2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Boost Build cleanup - removed some redundant module imports in multiple project-rules module rules.

[SVN r79877]
This commit is contained in:
Jurko Gospodnetić
2012-08-05 16:50:31 +00:00
parent 9fab9764db
commit b82912ddb7

View File

@@ -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) :