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.