Skip to content

Commit 06a05f3

Browse files
authored
[NFC] remove duplicate ModuleId alias (#67899)
[clang] Remove duplicate `ModuleId` alias
1 parent 7a0b9da commit 06a05f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Lex/ModuleMap.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,8 +1551,6 @@ namespace clang {
15511551
/// (or the end of the file).
15521552
void skipUntil(MMToken::TokenKind K);
15531553

1554-
using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>;
1555-
15561554
bool parseModuleId(ModuleId &Id);
15571555
void parseModuleDecl();
15581556
void parseExternModuleDecl();

0 commit comments

Comments
 (0)