From b82912ddb74812601babd1b8f44fd2a395dfd700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 5 Aug 2012 16:50:31 +0000 Subject: [PATCH] Boost Build cleanup - removed some redundant module imports in multiple project-rules module rules. [SVN r79877] --- v2/build/project.jam | 4 ---- 1 file changed, 4 deletions(-) diff --git a/v2/build/project.jam b/v2/build/project.jam index 5751dfa8f..e5b1a4a3b 100644 --- a/v2/build/project.jam +++ b/v2/build/project.jam @@ -904,7 +904,6 @@ module project-rules rule using ( toolset-module : * ) { - import project ; import toolset ; local saved-project = [ modules.peek project : .current-project ] ; @@ -932,8 +931,6 @@ module project-rules rule import ( * : * : * ) { - modules.import project ; - local caller = [ CALLER_MODULE ] ; local saved-project = [ modules.peek project : .current-project ] ; module $(caller) @@ -1050,7 +1047,6 @@ module project-rules rule use-project ( id : where ) { - import modules ; # See comment in 'load' for explanation. local caller = [ CALLER_MODULE ] ; modules.poke $(caller) : .used-projects : [ modules.peek $(caller) :