diff --git a/src/build/targets.jam b/src/build/targets.jam index 0b0f6c7c3..9cddb74e5 100644 --- a/src/build/targets.jam +++ b/src/build/targets.jam @@ -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)) ; - } - } - + } }