Remove unused "getConfig()" method. A new way is to have high-level

APIs that access the configuration table without clients reasoning
about the string table.  The string table is an implementation
detail.

llvm-svn: 179625
This commit is contained in:
Ted Kremenek 2013-04-16 21:10:02 +00:00
parent 43844b5459
commit 3296ff13db
1 changed files with 0 additions and 4 deletions

View 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