Drop dead assignment

This commit is contained in:
Travis Cross 2014-04-30 22:43:33 +00:00
parent 946db55b34
commit fd4364cd43
1 changed files with 0 additions and 1 deletions

View 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);