diff options
Diffstat (limited to 'lib/AST/APValue.cpp')
-rw-r--r-- | lib/AST/APValue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/APValue.cpp b/lib/AST/APValue.cpp index 23e9e980c5..4df7671c5a 100644 --- a/lib/AST/APValue.cpp +++ b/lib/AST/APValue.cpp @@ -67,7 +67,6 @@ void APValue::MakeUninit() { void APValue::dump() const { print(llvm::errs()); llvm::errs() << '\n'; - llvm::errs().flush(); } static double GetApproxValue(const llvm::APFloat &F) { |