From b1ac941e9a576f005be06e792cf8c50e58ddff3d Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 26 Oct 2015 11:10:19 +0800 Subject: [PATCH] *avoid warnings. --- core/my_basic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/my_basic.c b/core/my_basic.c index 2dcde7f..7e4d549 100755 --- a/core/my_basic.c +++ b/core/my_basic.c @@ -3079,7 +3079,6 @@ bool_t _is_accessor(char c) { bool_t _is_exponent_prefix(char* s, int begin, int end) { /* Determine whether current symbol is an exponent prefix */ - _parsing_context_t* context = 0; int i = 0; mb_assert(s);