$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-10-19 15:18:33
Author: vladimir_prus
Date: 2007-10-19 15:18:32 EDT (Fri, 19 Oct 2007)
New Revision: 40197
URL: http://svn.boost.org/trac/boost/changeset/40197
Log:
Remove project-target.intern-constants as unused.
Text files modified: 
   trunk/tools/build/v2/build/targets.jam |    16 +---------------                        
   1 files changed, 1 insertions(+), 15 deletions(-)
Modified: trunk/tools/build/v2/build/targets.jam
==============================================================================
--- trunk/tools/build/v2/build/targets.jam	(original)
+++ trunk/tools/build/v2/build/targets.jam	2007-10-19 15:18:32 EDT (Fri, 19 Oct 2007)
@@ -506,21 +506,7 @@
             [ 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)) ;
-        }
-    }
-
+    }        
 }