2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Remove outdated comment

[SVN r37253]
This commit is contained in:
Vladimir Prus
2007-03-21 15:52:56 +00:00
parent d536640e8e
commit 07e1cdeb8b

View File

@@ -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