summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-09 15:48:48 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-09 15:48:48 +0100
commit324e1c37631ac28d79a1d88e30c74c5a0a819958 (patch)
tree50a7458104bec531917f253a8e85a3c7146305b5 /src/Daemon/MiddleWare.cpp
parent664f2d7428d653f9d8aab36deef7268ca5ed4ab4 (diff)
downloadabrt-324e1c37631ac28d79a1d88e30c74c5a0a819958.tar.gz
abrt-324e1c37631ac28d79a1d88e30c74c5a0a819958.tar.xz
abrt-324e1c37631ac28d79a1d88e30c74c5a0a819958.zip
remove unused version of SaveDebugDump()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/MiddleWare.cpp')
-rw-r--r--src/Daemon/MiddleWare.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp
index 03ed5c8..0bc358e 100644
--- a/src/Daemon/MiddleWare.cpp
+++ b/src/Daemon/MiddleWare.cpp
@@ -664,13 +664,6 @@ std::string getDebugDumpDir(const char *pUUID,
return row.m_sDebugDumpDir;
}
-// Ok to remove?
-//mw_result_t SaveDebugDump(const char *pDebugDumpDir)
-//{
-// map_crash_info_t info;
-// return SaveDebugDump(pDebugDumpDir, info);
-//}
-
mw_result_t SaveDebugDump(const char *pDebugDumpDir,
map_crash_info_t& pCrashInfo)
{