diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 16:22:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 16:22:54 +0200 |
commit | eea920bd60b085258715c882be2802b9bb18ccc0 (patch) | |
tree | 3c2704079b3ea97b6761fcb3953a1c83e61c04d4 /build/parser.cxx | |
parent | a975e8e96dd0c39e576b9e44a4c35eeef47ebe76 (diff) |
Fix clang warnings
Diffstat (limited to 'build/parser.cxx')
-rw-r--r-- | build/parser.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/parser.cxx b/build/parser.cxx index cec14e4..59139ba 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -187,8 +187,6 @@ namespace build { // Directory scope. // - scope& prev (*scope_); - dir_path p (move (ns[0].dir)); // Steal. // Relative scopes are opened relative to out, not src. |