summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/Python.cpp')
-rw-r--r--lib/plugins/Python.cpp5
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);