1
0
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:
Giuseppe Scrivano 2010-05-24 12:12:41 +02:00
parent 84b2d52598
commit 8f91cbd2d6
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -61,6 +61,6 @@ enum {
NUMBER, NUMBER,
URI, URI,
FUNCTION FUNCTION
} css_tokens; };
#endif /* CSS_TOKENS_H */ #endif /* CSS_TOKENS_H */

View File

@ -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