diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2015-04-20 17:57:11 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2015-04-21 11:11:11 +0900 |
commit | a25346844206412941364b11e0c60242d9701a43 (patch) | |
tree | 37cbf24e5a3218d240e574ac3f32004fa7cf110f /src/bin/edje | |
parent | 555f09009acbee2bdaa34e0634bce1341aa5f21b (diff) |
Edje: Remove non-sensical NULL check
Fixes CID 1261450
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index dcb41a8b84..41da0f20a0 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -13052,7 +13052,6 @@ edje_cc_handlers_wildcard(void) | |||
13052 | end = strrchr(last, '.'); | 13052 | end = strrchr(last, '.'); |
13053 | if (end) last = end + 1; | 13053 | if (end) last = end + 1; |
13054 | } | 13054 | } |
13055 | if (!last) return EINA_FALSE; | ||
13056 | if (current_part) | 13055 | if (current_part) |
13057 | { | 13056 | { |
13058 | if ((!strcmp(last, "part")) && (!current_part->name)) | 13057 | if ((!strcmp(last, "part")) && (!current_part->name)) |