]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Drop dead assignment
authorTravis Cross <tc@traviscross.com>
Wed, 30 Apr 2014 22:43:33 +0000 (22:43 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 30 Apr 2014 22:43:33 +0000 (22:43 +0000)
src/switch_core.c

index 843fcc3953cb1bf03c0ab005c6b34aa7fb9fab3a..6391d43dd801ef463338c6a2512990cc3955e2ae 100644 (file)
@@ -993,7 +993,6 @@ SWITCH_DECLARE(void) switch_core_runtime_loop(int bg)
        char path[256] = "";
 #endif
        if (bg) {
-               bg = 0;
 #ifdef WIN32
                switch_snprintf(path, sizeof(path), "Global\\Freeswitch.%d", getpid());
                shutdown_event = CreateEvent(NULL, FALSE, FALSE, path);