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