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:
parent
f37b5078f6
commit
cc4363ad18
1 changed files with 0 additions and 5 deletions
|
|
@ -585,11 +585,6 @@ void print_debug_info(struct wps_data *data, enum wps_parse_error fail, int line
|
|||
}
|
||||
#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)
|
||||
{
|
||||
char buf[64];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue