Documentation cleanup: Delete a duplicated/malformed doc comment.

llvm-svn: 159628
This commit is contained in:
James Dennett 2012-07-02 23:56:17 +00:00
parent b6df682194
commit 0bb4164ce8
1 changed files with 0 additions and 2 deletions

View File

@ -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()