*avoid warnings.

This commit is contained in:
Wang Renxin 2015-10-26 11:10:19 +08:00
parent 092d766277
commit b1ac941e9a

View File

@ -3079,7 +3079,6 @@ bool_t _is_accessor(char c) {
bool_t _is_exponent_prefix(char* s, int begin, int end) { bool_t _is_exponent_prefix(char* s, int begin, int end) {
/* Determine whether current symbol is an exponent prefix */ /* Determine whether current symbol is an exponent prefix */
_parsing_context_t* context = 0;
int i = 0; int i = 0;
mb_assert(s); mb_assert(s);