Remove function that is newly dead as of r173538.

llvm-svn: 173550
This commit is contained in:
Nick Lewycky 2013-01-26 01:36:54 +00:00
parent f6f21d207c
commit d191472c99
1 changed files with 0 additions and 4 deletions

View File

@ -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.