diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-04 14:52:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-04 14:52:55 +0200 |
commit | 98d4cca3b2f18b4af069931f0d485e29138d59f9 (patch) | |
tree | 33d78d0352575a5c96c7a1560cceb5f99d83a6f9 | |
parent | afca05688dd09da5cc0cc23e72def813562e80db (diff) |
Remove unneeded variable
-rw-r--r-- | build2/cc/pkgconfig.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index a50784a..542873b 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -926,7 +926,6 @@ namespace build2 if (const string* v = cast_null<string> ((*mt)[x_preprocessed])) pp = *v; - const string& n (); modules.push_back ( module { cast<string> (pt->vars[c_module_name]), |