]> git.ipfire.org Git - thirdparty/asterisk.git/commit
config.c: Cleanup AST_INCLUDE_GLOB
authorSean Bright <sean.bright@gmail.com>
Thu, 27 Sep 2018 20:01:58 +0000 (16:01 -0400)
committerSean Bright <sean.bright@gmail.com>
Thu, 27 Sep 2018 20:07:00 +0000 (15:07 -0500)
commit066cade82bdf3107edd05b0289f036f25fd7d2e7
treefc718df1ec724b909505a8f4195a5cb1ccd4b11f
parent34c2baf88feb0c198e0b3292af8142751aa8847d
config.c: Cleanup AST_INCLUDE_GLOB

* In main/config.c, AST_INCLUDE_GLOB is fixed to '1' making the #ifdefs
  pointless.

* In utils/extconf.c, AST_INCLUDE_GLOB is never defined so there is a
  lot of dead code.

Change-Id: I1bad1a46d7466ddf90d52cc724e997195495226c
main/config.c
utils/extconf.c