[analyzer] Remove unneeded helper function (it's in ASTContext.h)

llvm-svn: 159244
This commit is contained in:
Jordan Rose 2012-06-27 00:51:16 +00:00
parent d030738b8f
commit 88be136cff
1 changed files with 0 additions and 9 deletions

View File

@ -51,15 +51,6 @@ STATISTIC(NumMaxBlockCountReachedInInlined,
STATISTIC(NumTimesRetriedWithoutInlining,
"The # of times we re-evaluated a call without inlining");
//===----------------------------------------------------------------------===//
// Utility functions.
//===----------------------------------------------------------------------===//
static inline Selector GetNullarySelector(const char* name, ASTContext &Ctx) {
IdentifierInfo* II = &Ctx.Idents.get(name);
return Ctx.Selectors.getSelector(0, &II);
}
//===----------------------------------------------------------------------===//
// Engine construction and deletion.
//===----------------------------------------------------------------------===//