diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-26 12:04:13 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-26 12:04:13 +0100 |
| commit | 0db8836cb63f60799ac7b4c5222ba9e12ca5659c (patch) | |
| tree | da5189263bae7a4ed6de98ee513cd5be4631b59e /src/Daemon/MiddleWare.h | |
| parent | ec91a4cc4decd1ffd8ba2f3d0139239b0a0dd022 (diff) | |
| download | abrt-0db8836cb63f60799ac7b4c5222ba9e12ca5659c.tar.gz abrt-0db8836cb63f60799ac7b4c5222ba9e12ca5659c.tar.xz abrt-0db8836cb63f60799ac7b4c5222ba9e12ca5659c.zip | |
hookCCpp: check total dump dir size and delete the largest/oldest one
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/MiddleWare.h')
| -rw-r--r-- | src/Daemon/MiddleWare.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index ac042def..b2d3ef28 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -105,11 +105,6 @@ report_status_t Report(const map_crash_report_t& pCrashReport, std::string getDebugDumpDir( const char *pUUID, const char *pUID); /** - * Deletes particular debugdump directory. - * @param pDebugDumpDir A debugdump directory. - */ -void DeleteDebugDumpDir(const char *pDebugDumpDir); -/** * Deletes a row from database. If a deleting is * successfull, it returns a debugdump directort, which is not * deleted. Otherwise, it returns empty string. |
