Get rid of a no-longer-used #define.

svn path=/trunk/; revision=3902
This commit is contained in:
Guy Harris 2001-09-03 17:57:17 +00:00
parent 3388bde488
commit 554eb35fcf
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
* $Id: packet-tcp.c,v 1.105 2001/06/18 02:17:53 guy Exp $
* $Id: packet-tcp.c,v 1.106 2001/09/03 17:57:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -90,10 +90,6 @@ static dissector_table_t subdissector_table;
static heur_dissector_list_t heur_subdissector_list;
static conv_dissector_list_t conv_subdissector_list;
/* TCP Ports */
#define TCP_PORT_SMTP 25
/* TCP structs and definitions */
typedef struct _e_tcphdr {