Remove constant conditionals (dead-code).
Some variables are set and never changed, making them constant. This means that code in the 'false' block of the conditional is unreachable. In chan_skinny and res_config_ldap I used preprocessor directive `#if 0` as I'm unsure if the unreachable code could be enabled in the future. Change-Id: I62e2aac353d739fb3c983cf768933120f5fba059
Showing
- channels/chan_skinny.c 6 additions, 0 deletionschannels/chan_skinny.c
- main/manager_system.c 0 additions, 9 deletionsmain/manager_system.c
- main/stdtime/localtime.c 6 additions, 40 deletionsmain/stdtime/localtime.c
- main/xmldoc.c 3 additions, 3 deletionsmain/xmldoc.c
- res/res_config_ldap.c 4 additions, 0 deletionsres/res_config_ldap.c
Loading
Please register or sign in to comment