From: Dave West Date: Sat, 29 Dec 2007 20:31:52 +0000 (+0000) Subject: Removed redundant prototype of create_maintenance_threads() X-Git-Tag: v7.86~2632 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8e3a7d805d6a7f1a804c091af73dd31067bd2c05;p=citadel.git Removed redundant prototype of create_maintenance_threads() --- diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index c53445dbc..3bb1af0d4 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -127,6 +127,4 @@ char *tracked_strdup(const char *s, char *file, int line); void dump_heap(void); #endif -void create_maintenance_threads(void); - #endif /* SYSDEP_DECLS_H */