From 5164c843513212ab1ac1f721c4de04b6a865eb0c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Jan 2017 16:50:40 +0200 Subject: Get rid of extension_pool --- build2/context.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index a21de2a..ba6629c 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -23,8 +23,6 @@ using namespace butl; namespace build2 { - string_pool extension_pool; - const string* current_mname; const string* current_oname; @@ -56,8 +54,6 @@ namespace build2 scopes.clear (); var_pool.clear (); - extension_pool.clear (); - // Reset meta/operation tables. Note that the order should match the id // constants in . // -- cgit v1.1