]> sjero.net Git - wget/blobdiff - src/css.l
Remove some unused variables.
[wget] / src / css.l
index 3db668ce888720c815c9fc6d8129c8e28f8cf2fb..8645d6b8d9dcf75bf37db5603c8774a2ac941d6b 100644 (file)
--- a/src/css.l
+++ b/src/css.l
@@ -1,6 +1,7 @@
 %option case-insensitive
 %option noyywrap
 %option never-interactive
+%option nounput
 
 %{
 /* Lex source for CSS tokenizing.
@@ -33,11 +34,11 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#define YY_NO_INPUT
+
 #include "wget.h"
 #include "css-tokens.h"
 
-/* {s}+\/\*[^*]*\*+([^/*][^*]*\*+)*\/      {unput(' '); } */
-/*replace by space*/
 %}
 
 h               [0-9a-f]