mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Remove project-target.intern-constants as unused.
[SVN r40197]
This commit is contained in:
@@ -506,21 +506,7 @@ class project-target : abstract-target
|
||||
[ RULENAMES project-rules ] ] ;
|
||||
IMPORT $(parent-module) : $(user-rules) : $(this-module) : $(user-rules) ;
|
||||
EXPORT $(this-module) : $(user-rules) ;
|
||||
}
|
||||
|
||||
|
||||
# Intern the constants from this project into the specified module.
|
||||
#
|
||||
rule intern-constants (
|
||||
target-module # The module to intern into.
|
||||
)
|
||||
{
|
||||
for local c in $(self.constants)
|
||||
{
|
||||
modules.poke $(target-module) : $(c) : $(self.constant.$(c)) ;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user