summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-04 16:32:57 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-04 16:32:57 +0100
commit230f151aa7e357c37040ed51bcbdbc1a766af82a (patch)
tree868d3ac924a3d1f13f02cec799edd661d6e2d504 /src/Daemon/MiddleWare.h
parent6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5 (diff)
downloadabrt-230f151aa7e357c37040ed51bcbdbc1a766af82a.tar.gz
abrt-230f151aa7e357c37040ed51bcbdbc1a766af82a.tar.xz
abrt-230f151aa7e357c37040ed51bcbdbc1a766af82a.zip
simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/MiddleWare.h')
-rw-r--r--src/Daemon/MiddleWare.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h
index 44fa3b6b..b2b58dcd 100644
--- a/src/Daemon/MiddleWare.h
+++ b/src/Daemon/MiddleWare.h
@@ -105,17 +105,6 @@ report_status_t Report(const map_crash_report_t& pCrashReport,
std::string getDebugDumpDir( const char *pUUID,
const char *pUID);
/**
- * Deletes a row from database. If a deleting is
- * successfull, it returns a debugdump directort, which is not
- * deleted. Otherwise, it returns empty string.
- * @param pUUID A local UUID of a crash.
- * @param pUID An UID of an user.
- * @return A debugdump directory.
- */
-std::string DeleteCrashInfoInDB(const char *pUUID,
- const char *pUID);
-void DeleteCrashInfosInDB_by_dir(const char *dump_dir);
-/**
* Saves debugdump into database. If saving is successful,
* it fills crash info.
* @param pDebugDumpDir A debugdump directory.