diff options
Diffstat (limited to 'lib/Driver/Arg.cpp')
-rw-r--r-- | lib/Driver/Arg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Arg.cpp b/lib/Driver/Arg.cpp index 16efda8ecf..625e784579 100644 --- a/lib/Driver/Arg.cpp +++ b/lib/Driver/Arg.cpp @@ -47,8 +47,6 @@ void Arg::dump() const { llvm::errs() << " NumValues:" << getNumValues(); llvm::errs() << ">\n"; - - llvm::errs().flush(); // FIXME } FlagArg::FlagArg(const Option *Opt, unsigned Index) |