elm_code_file: remove redundant code 93/199593/2 accepted/tizen/unified/20190218.063900 submit/tizen/20190215.002439
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 13 Feb 2019 06:47:38 +0000 (15:47 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 14 Feb 2019 22:50:45 +0000 (22:50 +0000)
commit00792481dbf9405d03f60d49cc5d23c7e48f3234
tree84f680e8cc8a3ada1a8ee2eae84d042fc51a0e12
parent2be1bc386ab23684ac2c86c105571be6082717e6
elm_code_file: remove redundant code

EINA_SAFETY_ON_NULL_RETURN_VAL(code, NULL) returns NULL if the variable
"code" is NULL.
Therefore, the redundant NULL checking code is removed.

Change-Id: I15f1e02e45d612b62498543e11f234349cfafc9e
src/lib/elementary/elm_code_file.c