mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Remove definition of unused symbols.
This commit is contained in:
parent
84b2d52598
commit
8f91cbd2d6
@ -1,3 +1,9 @@
|
|||||||
|
2010-05-24 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* iri.h (dummy_iri): Define static.
|
||||||
|
|
||||||
|
* css-tokens.h (css_tokens): Remove variable.
|
||||||
|
|
||||||
2010-05-23 Giuseppe Scrivano <gscrivano@gnu.org>
|
2010-05-23 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* http.c (http_atotm): Count the NUL character when copying the locale
|
* http.c (http_atotm): Count the NUL character when copying the locale
|
||||||
|
@ -61,6 +61,6 @@ enum {
|
|||||||
NUMBER,
|
NUMBER,
|
||||||
URI,
|
URI,
|
||||||
FUNCTION
|
FUNCTION
|
||||||
} css_tokens;
|
};
|
||||||
|
|
||||||
#endif /* CSS_TOKENS_H */
|
#endif /* CSS_TOKENS_H */
|
||||||
|
@ -54,7 +54,7 @@ void set_content_encoding (struct iri *i, char *charset);
|
|||||||
|
|
||||||
#else /* ENABLE_IRI */
|
#else /* ENABLE_IRI */
|
||||||
|
|
||||||
struct iri dummy_iri;
|
static struct iri dummy_iri;
|
||||||
|
|
||||||
#define parse_charset(str) NULL
|
#define parse_charset(str) NULL
|
||||||
#define find_locale() NULL
|
#define find_locale() NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user