1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Compile fix after check_uri_file() after the cleanup

This commit is contained in:
Jonas Fonseca 2006-01-29 10:15:16 +01:00 committed by Jonas Fonseca
parent 43f81014d0
commit d80b072e1b

View File

@ -150,8 +150,6 @@ check_uri_file(unsigned char *name)
{
/* Check POST_CHAR etc ... */
static const unsigned char chars[] = POST_CHAR_S "#?";
int i;
int namelen = strlen(name);
return strcspn(name, chars);
}