From: Anthony Minessale Date: Fri, 30 Nov 2007 01:29:05 +0000 (+0000) Subject: removed unused declaration X-Git-Tag: v1.0-rc1~1371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdbb1d43fa251fdd2a4f0c1c978d23557e99ee12;p=thirdparty%2Ffreeswitch.git removed unused declaration git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6445 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/loggers/mod_logfile/mod_logfile.c b/src/mod/loggers/mod_logfile/mod_logfile.c index 15f4512d36..da672757f8 100644 --- a/src/mod/loggers/mod_logfile/mod_logfile.c +++ b/src/mod/loggers/mod_logfile/mod_logfile.c @@ -43,7 +43,6 @@ SWITCH_MODULE_DEFINITION(mod_logfile, mod_logfile_load, mod_logfile_shutdown, NU static const uint8_t STATIC_LEVELS[] = {0, 1, 2, 3, 4, 5, 6, 7, 8}; static switch_status_t load_config(void); -static switch_status_t mod_logfile_check(void); static switch_memory_pool_t *module_pool = NULL; static struct {