2
0
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:
Vladimir Prus
2007-10-19 19:18:32 +00:00
parent b06154e535
commit 0ef4fd5e79

View File

@@ -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)) ;
}
}
}
}