From fb14f4c7f3389e95fa4b0c24d8bf73e9cc9203f9 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] --- v2/build/targets.jam | 7 ------- 1 file changed, 7 deletions(-) diff --git a/v2/build/targets.jam b/v2/build/targets.jam index 9b2afeede..0b0f6c7c3 100644 --- a/v2/build/targets.jam +++ b/v2/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.