aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Arg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/Arg.cpp')
-rw-r--r--lib/Driver/Arg.cpp2
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)