summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/APValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/APValue.cpp')
-rw-r--r--clang/lib/AST/APValue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/APValue.cpp b/clang/lib/AST/APValue.cpp
index 23e9e980c56..4df7671c5a9 100644
--- a/clang/lib/AST/APValue.cpp
+++ b/clang/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) {
OpenPOWER on IntegriCloud