Delete useless / in comment. NFC.

llvm-svn: 295032
This commit is contained in:
George Burgess IV 2017-02-14 05:52:57 +00:00
parent 104e2357de
commit 758cf9da37

View File

@ -2914,7 +2914,7 @@ Stmt *ASTReader::ReadStmtFromStream(ModuleFile &F) {
llvm::BitstreamCursor &Cursor = F.DeclsCursor;
// Map of offset to previously deserialized stmt. The offset points
/// just after the stmt record.
// just after the stmt record.
llvm::DenseMap<uint64_t, Stmt *> StmtEntries;
#ifndef NDEBUG