aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-07-02 23:56:17 +0000
committerJames Dennett <jdennett@google.com>2012-07-02 23:56:17 +0000
commit0bb4164ce82e5f7c4a92fefad87306e87a322f9e (patch)
treec16cf45388c2b906db0d01d6892fdea26cadee2a /clang/lib/Basic/SourceManager.cpp
parentb6df6821944632a58c75772dcefc01f2082b04f8 (diff)
downloadllvm-0bb4164ce82e5f7c4a92fefad87306e87a322f9e.zip
llvm-0bb4164ce82e5f7c4a92fefad87306e87a322f9e.tar.gz
llvm-0bb4164ce82e5f7c4a92fefad87306e87a322f9e.tar.bz2
Documentation cleanup: Delete a duplicated/malformed doc comment.
llvm-svn: 159628
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r--clang/lib/Basic/SourceManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp
index 6ddc288..5dc100a 100644
--- a/clang/lib/Basic/SourceManager.cpp
+++ b/clang/lib/Basic/SourceManager.cpp
@@ -1854,8 +1854,6 @@ bool SourceManager::isBeforeInTranslationUnit(SourceLocation LHS,
return LOffs.first < ROffs.first;
}
-/// PrintStats - Print statistics to stderr.
-///
void SourceManager::PrintStats() const {
llvm::errs() << "\n*** Source Manager Stats:\n";
llvm::errs() << FileInfos.size() << " files mapped, " << MemBufferInfos.size()