]> sjero.net Git - wget/commitdiff
Remove definition of unused symbols.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 24 May 2010 10:12:41 +0000 (12:12 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 24 May 2010 10:12:41 +0000 (12:12 +0200)
src/ChangeLog
src/css-tokens.h
src/iri.h

index 07411a2ad6dcd148a65a18e4bafa29e07042ceec..edbd3493d2ab4d57b2849410d2c7f5cac54c4f3b 100644 (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
index ece9fcc76ce37e6f46083d593961798d38ca44d8..8f01a8f60be35e87cfeacb4db75205da6612db61 100644 (file)
@@ -61,6 +61,6 @@ enum {
   NUMBER,
   URI,
   FUNCTION
-} css_tokens;
+};
 
 #endif /* CSS_TOKENS_H */
index 1d2fe645807f969eb1e35b0bd3a3279f647349de..baef5737b0e973cbb81c81af604dc3ef1d648036 100644 (file)
--- a/src/iri.h
+++ b/src/iri.h
@@ -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