]> granicus.if.org Git - clang/commitdiff
[analyzer] Remove unneeded helper function (it's in ASTContext.h)
authorJordan Rose <jordan_rose@apple.com>
Wed, 27 Jun 2012 00:51:16 +0000 (00:51 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 27 Jun 2012 00:51:16 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159244 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/ExprEngine.cpp

index e150fee8d5f6ac108ccd3abdfdf0b86d2b72260e..a206a1a2fbb540d34e04023afc18453cb6e21cb0 100644 (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.
 //===----------------------------------------------------------------------===//