]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7519: reverting part of f85a86e64d3ebcd34d63bc6239694e5a524760a1
authorWilliam King <william.king@quentustech.com>
Tue, 26 May 2015 16:18:29 +0000 (12:18 -0400)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:34 +0000 (12:47 -0500)
src/mod/applications/mod_av/mod_av.c

index 45d5a19e1f79a7775a6d28e7b367579b6bc183fd..c21e94d7daa72f5101b5227eff810283ff1cc78c 100644 (file)
@@ -40,8 +40,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_av_load);
 SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_av_shutdown);
 SWITCH_MODULE_DEFINITION(mod_av, mod_av_load, mod_av_shutdown, NULL);
 
-static const char modname[] = "mod_av";
-
 static void log_callback(void *ptr, int level, const char *fmt, va_list vl)
 {
        switch_log_level_t switch_level = SWITCH_LOG_DEBUG;