summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/MiddleWare.h')
-rw-r--r--src/Daemon/MiddleWare.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h
index 4eb0135..ac042de 100644
--- a/src/Daemon/MiddleWare.h
+++ b/src/Daemon/MiddleWare.h
@@ -120,14 +120,6 @@ void DeleteDebugDumpDir(const char *pDebugDumpDir);
std::string DeleteCrashInfo(const char *pUUID,
const char *pUID);
/**
- * Saves debugdump into database.
- * @param pDebugDumpDir A debugdump directory.
- * @return It return results of operation. See mw_result_t.
- */
-// Ok to remove?
-//mw_result_t SaveDebugDump(const char *pDebugDumpDir);
-
-/**
* Saves debugdump into database. If saving is successful,
* it fills crash info.
* @param pDebugDumpDir A debugdump directory.