Skip to content

Commit

Permalink
Remove an unused breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Nov 28, 2013
1 parent 7edb6ef commit f693847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/common/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ extractDirName(const StaticString &path) {

StaticString
extractDirNameStatic(const StaticString &path) {
breakpoint();
if (path.empty()) {
return StaticString(".", 1);
}
Expand Down

0 comments on commit f693847

Please sign in to comment.