summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Kerneloops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/Kerneloops.cpp')
-rw-r--r--lib/plugins/Kerneloops.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/plugins/Kerneloops.cpp b/lib/plugins/Kerneloops.cpp
index 47a18809..0a59681b 100644
--- a/lib/plugins/Kerneloops.cpp
+++ b/lib/plugins/Kerneloops.cpp
@@ -70,11 +70,6 @@ static string load(const char *dirname, const char *filename)
return ret;
}
-string CAnalyzerKerneloops::GetLocalUUID(const char *pDebugDumpDir)
-{
- return load(pDebugDumpDir, CD_UUID);
-}
-
string CAnalyzerKerneloops::GetGlobalUUID(const char *pDebugDumpDir)
{
return load(pDebugDumpDir, FILENAME_DUPHASH);