Skip to content

Commit 07dd53a

Browse files
committed
[clang] Remove duplicate ModuleId alias
This alias is already defined in `clang/Basic/Module.h` to the same value.
1 parent 0b07b06 commit 07dd53a

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)