Skip to content
Snippets Groups Projects
Commit a9ad400e authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179625 91177308-0d34-0410-b5e6-96231b3b80d8
parent 8da1dd62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment