From: Ted Kremenek Date: Mon, 21 Apr 2008 21:58:05 +0000 (+0000) Subject: Remove unused "verbose" argument to compile(). Also unbreaks ccc-analyzer. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe87354769e18d2c7e42b7286d7f01048412964c;p=clang Remove unused "verbose" argument to compile(). Also unbreaks ccc-analyzer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50066 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index d0f92b4e46..d564466973 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -37,7 +37,7 @@ def run(args): if code: sys.exit(code) -def compile(args,verbose): +def compile(args): # We MUST print to stderr. Some clients use the stdout output of # gcc for various purposes. print >> sys.stderr, '\n'