elm_config: Remove unnecessary NULL check.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 26 Sep 2016 09:08:41 +0000 (18:08 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 26 Sep 2016 09:47:35 +0000 (18:47 +0900)
commitc54e7500402a638fe90912871ec6464d0346a114
tree39463b11c36c09eeb8c0ac41bc9d24e2c4f35e01
parent33df065681c3a079c618cd072bcbeadc4a3ef8ca
elm_config: Remove unnecessary NULL check.

Since _config_load() is called and _elm_config is not initialized, NULL
check for _elm_config is not necessary.
The unnecessary NULL check causes false alarm because _elm_config is not
checked in other cases.
src/lib/elementary/elm_config.c