diff options
author | Karel Klic <kklic@redhat.com> | 2010-07-12 22:16:36 +0200 |
---|---|---|
committer | Karel Klic <kklic@redhat.com> | 2010-07-12 22:16:36 +0200 |
commit | 06dd9a16a2ec9fa0d9e065e8992da459bf7b480e (patch) | |
tree | a4112358852a9272184c7572bca029eba89cf49d /lib/Plugins/Python.cpp | |
parent | 6f0c85274580f57c9fb2d5e9f42be447b0b8f77d (diff) | |
download | abrt-06dd9a16a2ec9fa0d9e065e8992da459bf7b480e.tar.gz abrt-06dd9a16a2ec9fa0d9e065e8992da459bf7b480e.tar.xz abrt-06dd9a16a2ec9fa0d9e065e8992da459bf7b480e.zip |
remove rating for python crashes
From: Jiri Moskovcak <jmoskovc@redhat.com>
Diffstat (limited to 'lib/Plugins/Python.cpp')
-rw-r--r-- | lib/Plugins/Python.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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() { } |