Removed the 'defrag databases' stub function and command
[citadel.git] / citadel / database_sleepycat.c
index ce21e8319c5ee41a743e6f441761378fa794275d..01cfb31628e9e3642f7e1303788876673c54e2d7 100644 (file)
@@ -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
  */