forked from OSchip/llvm-project
[analyzer] Remove unneeded helper function (it's in ASTContext.h)
llvm-svn: 159244
This commit is contained in:
parent
d030738b8f
commit
88be136cff
|
@ -51,15 +51,6 @@ STATISTIC(NumMaxBlockCountReachedInInlined,
|
||||||
STATISTIC(NumTimesRetriedWithoutInlining,
|
STATISTIC(NumTimesRetriedWithoutInlining,
|
||||||
"The # of times we re-evaluated a call without inlining");
|
"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.
|
// Engine construction and deletion.
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue