From 06dd9a16a2ec9fa0d9e065e8992da459bf7b480e Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Mon, 12 Jul 2010 22:16:36 +0200 Subject: remove rating for python crashes From: Jiri Moskovcak --- lib/Plugins/Python.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/Plugins/Python.cpp') diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp index 047d1d1a..910bc947 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -82,14 +82,6 @@ string CAnalyzerPython::GetGlobalUUID(const char *pDebugDumpDir) return GetLocalUUID(pDebugDumpDir); } -void CAnalyzerPython::CreateReport(const char *pDebugDumpDir, int force) -{ - CDebugDump dd; - dd.Open(pDebugDumpDir); - dd.SaveText(FILENAME_RATING, "4"); - dd.Close(); -} - void CAnalyzerPython::Init() { } -- cgit