$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-10-19 15:16:10
Author: vladimir_prus
Date: 2007-10-19 15:16:10 EDT (Fri, 19 Oct 2007)
New Revision: 40196
URL: http://svn.boost.org/trac/boost/changeset/40196
Log:
Remove unused code
Text files modified:
trunk/tools/build/v2/build/targets.jam | 7 -------
1 files changed, 0 insertions(+), 7 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:16:10 EDT (Fri, 19 Oct 2007)
@@ -835,13 +835,6 @@
}
}
-
-if "--quiet" in [ modules.peek : ARGV ]
-{
- .quiet = true ;
-}
-
-
# Given a target-reference, made in context of 'project',
# returns the abstract-target instance that is referred to, as well
# as properties explicitly specified for this reference.