summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/SourceLocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Basic/SourceLocation.cpp')
-rw-r--r--clang/lib/Basic/SourceLocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceLocation.cpp b/clang/lib/Basic/SourceLocation.cpp
index dc1dceb7248..82e24d00a2a 100644
--- a/clang/lib/Basic/SourceLocation.cpp
+++ b/clang/lib/Basic/SourceLocation.cpp
@@ -69,7 +69,6 @@ void SourceLocation::print(llvm::raw_ostream &OS, const SourceManager &SM)const{
void SourceLocation::dump(const SourceManager &SM) const {
print(llvm::errs(), SM);
- llvm::errs().flush();
}
void SourceRange::Emit(llvm::Serializer& S) const {
OpenPOWER on IntegriCloud