devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9867fe58633f42c24f9888f70e1500c57c59028c
commit 9867fe58633f42c24f9888f70e1500c57c59028c Author: Srivardhan Hebbar <[email protected]> Date: Fri Dec 12 09:14:00 2014 -0500 edje: Removed redundant assignement of rest_args. Summary: While going through the code, I found this. Thought this was just a redundant and fixed it. @fix Signed-off-by: Srivardhan Hebbar <[email protected]> Reviewers: devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1774 --- src/bin/edje/epp/cpplib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/edje/epp/cpplib.c b/src/bin/edje/epp/cpplib.c index 2b0c2ff..632ffe2 100644 --- a/src/bin/edje/epp/cpplib.c +++ b/src/bin/edje/epp/cpplib.c @@ -2724,7 +2724,6 @@ macroexpand(cpp_reader * pfile, HASHNODE * hp) * macarg absorbed the rest of the args. */ i = 0; rest_args = 0; - rest_args = 0; FORWARD(1); /* Discard the open-parenthesis before the first arg. */ do { --
