diff options
author | James Dennett <jdennett@google.com> | 2012-07-02 23:56:17 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-07-02 23:56:17 +0000 |
commit | 0bb4164ce82e5f7c4a92fefad87306e87a322f9e (patch) | |
tree | c16cf45388c2b906db0d01d6892fdea26cadee2a /clang/lib/Basic/SourceManager.cpp | |
parent | b6df6821944632a58c75772dcefc01f2082b04f8 (diff) | |
download | llvm-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.cpp | 2 |
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() |