forked from OSchip/llvm-project
Remove function that is newly dead as of r173538.
llvm-svn: 173550
This commit is contained in:
parent
f6f21d207c
commit
d191472c99
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue