mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Delete useless / in comment. NFC.
llvm-svn: 295032
This commit is contained in:
parent
104e2357de
commit
758cf9da37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user