Browse Source

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159244 91177308-0d34-0410-b5e6-96231b3b80d8
Jordan Rose 13 years ago
parent
commit
4715ed95e3
1 changed files with 0 additions and 9 deletions
  1. 0 9
      lib/StaticAnalyzer/Core/ExprEngine.cpp

+ 0 - 9
lib/StaticAnalyzer/Core/ExprEngine.cpp

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