X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdatabase_sleepycat.c;h=01cfb31628e9e3642f7e1303788876673c54e2d7;hb=cf9c53601a64b4198eb3c385df0d61f4722939d9;hp=ce21e8319c5ee41a743e6f441761378fa794275d;hpb=521044c8a3e837da28e740eac330dec3f53f4c29;p=citadel.git diff --git a/citadel/database_sleepycat.c b/citadel/database_sleepycat.c index ce21e8319..01cfb3162 100644 --- a/citadel/database_sleepycat.c +++ b/citadel/database_sleepycat.c @@ -170,19 +170,6 @@ void cdb_check_handles(void) } -/* - * Reclaim unused space in the databases. We need to do each one of - * these discretely, rather than in a loop. - * - * This is a stub function in the Sleepycat DB backend, because there is no - * such API call available. - */ -void defrag_databases(void) -{ - /* do nothing */ -} - - /* * Cull the database logs */