evas gl: remove unnecessary null check. 01/214201/1
authorHermet Park <hermetpark@gmail.com>
Thu, 19 Sep 2019 04:39:48 +0000 (13:39 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 19 Sep 2019 04:43:19 +0000 (13:43 +0900)
commitd8337843c2ded2868ba93a207c072de4b910ec1a
tree379c780ec7e8a04da80101ce53f669fc3dab2fa9
parentdda9fef47b3c9ca1e950e9111fde8b5e4a0bea02
evas gl: remove unnecessary null check.

If we check reference validation, the rest of other usage
should keep the reference check as well.

Remove it since gl prorgram must be valid always here
to shutdown the static analyzer reporting this suspicous logic.

Change-Id: Ia23a5e8d7325fd8aec2d21de9a5f995dfc81c576
src/modules/evas/engines/gl_common/evas_gl_context.c