diff options
-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]), |