diff options
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r-- | lib/Plugins/Python.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index b54de8d..532ee8c 100644 --- a/lib/Plugins/Python.h +++ b/lib/Plugins/Python.h @@ -13,7 +13,6 @@ class CAnalyzerPython : public CAnalyzer virtual void CreateReport(const std::string& pDebugDumpDir, int force) {} virtual void Init(); virtual void DeInit(); - virtual std::string CreateHash(const std::string& pInput); }; #endif /* PYTHON_H_ */ |