From 9867fe58633f42c24f9888f70e1500c57c59028c Mon Sep 17 00:00:00 2001 From: Srivardhan Hebbar Date: Fri, 12 Dec 2014 09:14:00 -0500 Subject: [PATCH] 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 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 2b0c2ff17c..632ffe2237 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 {