aboutsummaryrefslogtreecommitdiff
path: root/strutil.cc
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-19 14:25:17 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-22 15:46:23 +0900
commit9b16bda965b29b6ba5ce3178abf8e4655e5af044 (patch)
tree7f61396a6d8acb6fe01764b69b307e02a04ed539 /strutil.cc
parent9d959c38e872b453396bb20a4bff40d62f933fac (diff)
[C++] Parse all kinds of rules
Diffstat (limited to 'strutil.cc')
-rw-r--r--strutil.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/strutil.cc b/strutil.cc
index 03eeb49..dba86c2 100644
--- a/strutil.cc
+++ b/strutil.cc
@@ -290,7 +290,6 @@ void AbsPath(StringPiece s, string* o) {
(*o)[j] = c;
j++;
}
- LOG("%zu => %zu", prev_start, j);
prev_start = j;
}
o->resize(j);