From cd4e709ead8a3e97eee0ef7b362240986e18fbd5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 May 2015 15:43:41 +0200 Subject: Get rid of gcc, clang warnings (-Wall) --- build/parser.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'build/parser.cxx') 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 ()); -- cgit v1.1