aboutsummaryrefslogtreecommitdiff
path: root/build/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-22 15:43:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-22 15:43:41 +0200
commitcd4e709ead8a3e97eee0ef7b362240986e18fbd5 (patch)
tree69dc4a360e53a83ac0d9243e40c672a34a568c2a /build/parser.cxx
parent2b0b06cbf4288746075a74c12ef233efc929a095 (diff)
Get rid of gcc, clang warnings (-Wall)
Diffstat (limited to 'build/parser.cxx')
-rw-r--r--build/parser.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/parser.cxx b/build/parser.cxx
index 97e8733..c8bc241 100644
--- a/build/parser.cxx
+++ b/build/parser.cxx
@@ -693,7 +693,6 @@ namespace build
// The rest is a value. Parse it as names to get variable expansion.
//
- const location l (get_location (t, &path_));
export_value_ = (tt != type::newline && tt != type::eos
? names (t, tt)
: names_type ());