diff --git a/src/softtimer.c b/src/softtimer.c
index 2a162ce789..a493bd7b2a 100644
--- a/src/softtimer.c
+++ b/src/softtimer.c
@@ -39,7 +39,7 @@
 
 #define MAX_TICK UINT32_MAX - 1024
 
-struct switch_runtime runtime;
+
 static switch_memory_pool_t *module_pool = NULL;
 
 static struct {
diff --git a/src/switch_log.c b/src/switch_log.c
index aaa72e65c5..9fe04012c4 100644
--- a/src/switch_log.c
+++ b/src/switch_log.c
@@ -31,7 +31,7 @@
  */
 #include <switch.h>
 #include "private/switch_core_pvt.h"
-struct switch_runtime runtime;
+
 
 static const char *LEVELS[] = {
 	"CONSOLE",