1
0
Fork 0
forked from len0rd/rockbox

remove a nonsense outdate warning. there is no token limit anymore

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24995 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-03-03 00:54:41 +00:00
parent f37b5078f6
commit cc4363ad18

View file

@ -585,11 +585,6 @@ void print_debug_info(struct wps_data *data, enum wps_parse_error fail, int line
} }
#endif /* SIMULATOR */ #endif /* SIMULATOR */
if (data->num_tokens >= WPS_MAX_TOKENS - 1) {
DEBUGF("Warning: Max number of tokens was reached (%d)\n",
WPS_MAX_TOKENS - 1);
}
if (fail != PARSE_OK) if (fail != PARSE_OK)
{ {
char buf[64]; char buf[64];