edje_cc_out: comment out program name(id) checker. 98/212698/1
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 26 Aug 2019 06:43:05 +0000 (15:43 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 26 Aug 2019 06:43:05 +0000 (15:43 +0900)
commitd8868fc48fb509dd6888e5b63a3e1fad6adf1b26
tree9488ee11a7010cd967068db8a3876846206dd7b2
parentb8d4271cbbbb6d6f92211a438cbe6ea7c5117faf
edje_cc_out: comment out program name(id) checker.

A patch(fdec1b5) was added long ago to supplement the logic of this checker.
But the patch caused some side effects.
Of course, this function is a checker, so we need to fix the problem code.
But it was put on hold a long time ago because it could cause another potential problem.
So that patch was reverted (2a26e53).
Since then, some patches(1247cb2, dbce6ac) have been added to the logic, but as a result,
the below logic has not worked for a long time.
Because 'if condition' is incorrectly written as always 'true' and that is why it is unreached code.
Fixing this should fix some side effects and other potential flaws that occurred in the past.

Comment out this code because it is not actually used.
If this code needs to be used again, we need a guide to fix the code in edc.

@tizen_only

Change-Id: I9df58db627faa3a9faf09ee8aeda841201e87860
src/bin/edje/edje_cc_out.c