No more cleanup hooks. The OS can reclaim memory better than we can. We want to...
[citadel.git] / citadel / sysdep.c
index 6da2bb4431e6a1d48eccb9bd71ad61980d310f9c..61fc7a2c2edf213bbbd97f7db59f2ddca2501502 100644 (file)
@@ -634,8 +634,6 @@ int client_getln(char *buf, int bufsize)
 /*
  * Cleanup any contexts that are left lying around
  */
-
-
 void close_masters (void)
 {
        struct ServiceFunctionHook *serviceptr;