From b06154e535045d5d1189f3c845bc455eec646249 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 19 Oct 2007 19:16:10 +0000 Subject: [PATCH] Remove unused code [SVN r40196] --- src/build/targets.jam | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/build/targets.jam b/src/build/targets.jam index 9b2afeede..0b0f6c7c3 100644 --- a/src/build/targets.jam +++ b/src/build/targets.jam @@ -835,13 +835,6 @@ class file-reference : abstract-target } } - -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.