* added server command line option "-f" to defrag databases on startup
[citadel.git] / citadel / database.c
index ee2e2422fe4e43662c31bbc81dfbcac0da32a1d5..d14ab2bc036095dd3ba5889822c8a27133861a61 100644 (file)
@@ -177,11 +177,6 @@ void open_databases(void) {
 void close_databases(void) {
        int a;
 
-       /* Hmm... we should decide when would be a good time to defrag.
-        * Server shutdowns might be an opportune time.
-       defrag_databases();
-        */
-
        begin_critical_section(S_DATABASE);
        for (a=0; a<MAXCDB; ++a) {
                lprintf(7, "Closing database %d\n", a);