From 8e3a7d805d6a7f1a804c091af73dd31067bd2c05 Mon Sep 17 00:00:00 2001 From: Dave West Date: Sat, 29 Dec 2007 20:31:52 +0000 Subject: [PATCH] Removed redundant prototype of create_maintenance_threads() --- citadel/sysdep_decls.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.39.2