diff options
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 541a6d8eeb..5750154a09 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -59,8 +59,6 @@ Compilation *Driver::BuildCompilation(int argc, const char **argv) { llvm::errs() << '"' << A->getValue(*Args, j) << '"'; } llvm::errs() << "}\n"; - - llvm::errs().flush(); // FIXME } return new Compilation(); |