From 230f151aa7e357c37040ed51bcbdbc1a766af82a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Dec 2009 16:32:57 +0100 Subject: simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL Signed-off-by: Denys Vlasenko --- src/Daemon/MiddleWare.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/Daemon/MiddleWare.h') diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index 44fa3b6..b2b58dc 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -104,17 +104,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. -- cgit