From 825a3d837a33f226c879cd02ad15c3fba57e8b2c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:30:42 +1000 Subject: Update the EFL to what I'm actually using, coz I'm using some stuff not yet released. --- libraries/edje/src/bin/edje_cc_parse.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libraries/edje/src/bin/edje_cc_parse.c') diff --git a/libraries/edje/src/bin/edje_cc_parse.c b/libraries/edje/src/bin/edje_cc_parse.c index ae68e00..adc08d3 100644 --- a/libraries/edje/src/bin/edje_cc_parse.c +++ b/libraries/edje/src/bin/edje_cc_parse.c @@ -238,8 +238,6 @@ next_token(char *p, char *end, char **new_p, int *delim) int in_comment_sa = 0; int had_quote = 0; int is_escaped = 0; - char *cpp_token_line = NULL; - char *cpp_token_file = NULL; *delim = 0; if (p >= end) return NULL; @@ -249,8 +247,6 @@ next_token(char *p, char *end, char **new_p, int *delim) { in_comment_ss = 0; in_comment_cpp = 0; - cpp_token_line = NULL; - cpp_token_file = NULL; line++; } if ((!in_comment_ss) && (!in_comment_sa)) @@ -275,8 +271,6 @@ next_token(char *p, char *end, char **new_p, int *delim) /* their line format is * #line [??] */ - cpp_token_line = NULL; - cpp_token_file = NULL; pp = p; while ((pp < end) && (*pp != '\n')) -- cgit v1.1