mirror of
https://github.com/mirror/wget.git
synced 2025-02-05 17:20:12 +08:00
* src/html-parse.c: Remove unused macro SKIP_NON_WS
This commit is contained in:
parent
485fcfcc20
commit
3ba112ea57
@ -801,14 +801,6 @@ name_allowed (const struct hash_table *ht, const char *b, const char *e)
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/* Skip non-whitespace, if any. */
|
||||
|
||||
#define SKIP_NON_WS(p) do { \
|
||||
while (!c_isspace (*p)) { \
|
||||
ADVANCE (p); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#ifdef STANDALONE
|
||||
static int tag_backout_count;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user