From: Andrey Volk Date: Fri, 12 Jul 2019 16:20:57 +0000 (+0400) Subject: FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_... X-Git-Tag: v1.10.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa40e64916d632a922975348f89cd347fdad24a9;p=thirdparty%2Ffreeswitch.git FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_module.h --- diff --git a/src/include/switch_loadable_module.h b/src/include/switch_loadable_module.h index be32c99e2e..77e7b20e23 100644 --- a/src/include/switch_loadable_module.h +++ b/src/include/switch_loadable_module.h @@ -457,9 +457,6 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void); return 1; break; case 48000: - max_ms = 40; - ptime_div = 2; - break; case 44100: max_ms = 40; ptime_div = 2;