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 <sri.hebbar@samsung.com>

Reviewers: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1774
This commit is contained in:
Srivardhan Hebbar 2014-12-12 09:14:00 -05:00 committed by Chris Michael
parent ec78c23761
commit 9867fe5863
1 changed files with 0 additions and 1 deletions

View File

@ -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
{