From 07e1cdeb8bd0197b71b52e82385f1e360e156bf7 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 21 Mar 2007 15:52:56 +0000 Subject: [PATCH] Remove outdated comment [SVN r37253] --- src/build/type.jam | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/build/type.jam b/src/build/type.jam index 2c40d89f4..1d4d6b5ad 100644 --- a/src/build/type.jam +++ b/src/build/type.jam @@ -359,9 +359,6 @@ rule main-target-rule ( name : sources * : requirements * : default-build * local bt = [ BACKTRACE 1 ] ; local rulename = $(bt[4]) ; - # This rule may be only called from Jamfile, and therefore, - # CALLER_MODULE is Jamfile module, which is used to denote - # a project. local project = [ project.current ] ; # This is a circular module dependency, so it must be imported here