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>
* http.c (http_atotm): Count the NUL character when copying the locale

View File

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

View File

@ -54,7 +54,7 @@ void set_content_encoding (struct iri *i, char *charset);
#else /* ENABLE_IRI */
struct iri dummy_iri;
static struct iri dummy_iri;
#define parse_charset(str) NULL
#define find_locale() NULL