]> granicus.if.org Git - clang/commitdiff
Remove unused "getConfig()" method. A new way is to have high-level
authorTed Kremenek <kremenek@apple.com>
Tue, 16 Apr 2013 21:10:02 +0000 (21:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 16 Apr 2013 21:10:02 +0000 (21:10 +0000)
APIs that access the configuration table without clients reasoning
about the string table.  The string table is an implementation
detail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179625 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h

index cda1366a4399bdc4b58c0b6770d8d5744ca00432..0b9762ac42e709a1dac7aa2bbd82cbd831fb6d6f 100644 (file)
@@ -110,10 +110,6 @@ public:
   StoreManager &getStoreManager() {
     return Eng.getStoreManager();
   }
-
-  const AnalyzerOptions::ConfigTable &getConfig() const {
-    return Eng.getAnalysisManager().options.Config;
-  }
   
   /// \brief Returns the previous node in the exploded graph, which includes
   /// the state of the program before the checker ran. Note, checkers should