diff options
Diffstat (limited to 'lib/plugins/Python.cpp')
-rw-r--r-- | lib/plugins/Python.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/plugins/Python.cpp b/lib/plugins/Python.cpp index eae1cdf1..9d625a1c 100644 --- a/lib/plugins/Python.cpp +++ b/lib/plugins/Python.cpp @@ -69,11 +69,6 @@ static string load(const char *dirname, const char *filename) return ret; } -string CAnalyzerPython::GetLocalUUID(const char *pDebugDumpDir) -{ - return load(pDebugDumpDir, CD_UUID); -} - string CAnalyzerPython::GetGlobalUUID(const char *pDebugDumpDir) { return load(pDebugDumpDir, FILENAME_DUPHASH); |