зеркало из https://github.com/microsoft/clang-1.git
Remove function that is newly dead as of r173538.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173550 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a9cd3d8452
Коммит
87827616cd
|
@ -373,10 +373,6 @@ namespace {
|
|||
UndefinedInternal(NamedDecl *decl, FullSourceLoc useLoc)
|
||||
: decl(decl), useLoc(useLoc) {}
|
||||
};
|
||||
|
||||
bool operator<(const UndefinedInternal &l, const UndefinedInternal &r) {
|
||||
return l.useLoc.isBeforeInTranslationUnitThan(r.useLoc);
|
||||
}
|
||||
}
|
||||
|
||||
/// checkUndefinedInternals - Check for undefined objects with internal linkage.
|
||||
|
|
Загрузка…
Ссылка в новой задаче