Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
[obnox/wireshark/wip.git] / text2pcap.h
index 3bcb98a8a118ddc042d09e368569429003530c3a..d702363f51f6458d33c15c63c26fb602fc7aca4b 100644 (file)
@@ -6,10 +6,10 @@
  *
  * (c) Copyright 2001 Ashok Narayanan <ashokn@cisco.com>
  *
- * $Id: text2pcap.h,v 1.3 2002/08/28 21:00:41 jmayer Exp $
+ * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  *
@@ -46,6 +46,4 @@ void parse_token(token_t token, char *str);
 
 int yylex(void);
 
-#define YY_NO_UNPUT
-
 #endif