]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
removed unused declaration
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 30 Nov 2007 01:29:05 +0000 (01:29 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 30 Nov 2007 01:29:05 +0000 (01:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6445 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/loggers/mod_logfile/mod_logfile.c

index 15f4512d36a61b152f11e684e7d90453e5ecfc82..da672757f89430d40851f8b26228b1eec722da72 100644 (file)
@@ -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};\r
 \r
 static switch_status_t load_config(void);\r
-static switch_status_t mod_logfile_check(void);\r
 static switch_memory_pool_t *module_pool = NULL;\r
 \r
 static struct {\r