]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sigh
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 Oct 2007 21:15:08 +0000 (21:15 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 Oct 2007 21:15:08 +0000 (21:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5803 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/softtimer.c
src/switch_log.c

index 2a162ce789d4a3a2026507936dbe979af4e0c0ef..a493bd7b2a830c9ddb57e9c9832dec74a177b73e 100644 (file)
@@ -39,7 +39,7 @@
 
 #define MAX_TICK UINT32_MAX - 1024
 
-struct switch_runtime runtime;
+
 static switch_memory_pool_t *module_pool = NULL;
 
 static struct {
index aaa72e65c5756f38518f25390aad186ee303f3b7..9fe04012c41067d03a1de1d474faa9aad2215b41 100644 (file)
@@ -31,7 +31,7 @@
  */
 #include <switch.h>
 #include "private/switch_core_pvt.h"
-struct switch_runtime runtime;
+
 
 static const char *LEVELS[] = {
        "CONSOLE",