From 5607313a91e5ca0113b1f8b9acfd02c1fb105346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Jan 2017 12:45:04 +0200 Subject: Get rid of project_name_pool With small string optimizations this is most likely a hindrance rather that an optimization. --- build2/context.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index 106b7ec..a21de2a 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -24,7 +24,6 @@ using namespace butl; namespace build2 { string_pool extension_pool; - string_pool project_name_pool; const string* current_mname; const string* current_oname; @@ -58,7 +57,6 @@ namespace build2 var_pool.clear (); extension_pool.clear (); - project_name_pool.clear (); // Reset meta/operation tables. Note that the order should match the id // constants in . -- cgit v1.1