diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-06-19 14:25:17 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-06-22 15:46:23 +0900 |
| commit | 9b16bda965b29b6ba5ce3178abf8e4655e5af044 (patch) | |
| tree | 7f61396a6d8acb6fe01764b69b307e02a04ed539 /strutil.cc | |
| parent | 9d959c38e872b453396bb20a4bff40d62f933fac (diff) | |
[C++] Parse all kinds of rules
Diffstat (limited to 'strutil.cc')
| -rw-r--r-- | strutil.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
