forked from OSchip/llvm-project
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:
parent
43844b5459
commit
3296ff13db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue