diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-10 18:00:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-10 18:00:19 +0000 |
commit | 4a77edb3f0fabc8e214a3d5636c4d0aff031645c (patch) | |
tree | fa128f32b0fb5964b0a7a22d9757bd6e8b545cff /lib/Basic/SourceLocation.cpp | |
parent | fdc92b7877535e6264fe43cfbdc8f01e9b224f81 (diff) |
Remove some now-unneeded calls to llvm::errs().flush().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/SourceLocation.cpp')
-rw-r--r-- | lib/Basic/SourceLocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/SourceLocation.cpp b/lib/Basic/SourceLocation.cpp index dc1dceb724..82e24d00a2 100644 --- a/lib/Basic/SourceLocation.cpp +++ b/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 { |