diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-09-01 18:03:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-09-01 18:03:02 +0000 |
commit | 0ab779b04cc07ba85c112a2158d6fd2d7e3dc039 (patch) | |
tree | 0e4890f486efa1712b8c0ccab2ae0474dcd949b5 /epan/dissectors | |
parent | 802dc99d451c2186bce0d83feb9ffaf240c0c57b (diff) | |
download | wireshark-0ab779b04cc07ba85c112a2158d6fd2d7e3dc039.tar.gz wireshark-0ab779b04cc07ba85c112a2158d6fd2d7e3dc039.tar.bz2 wireshark-0ab779b04cc07ba85c112a2158d6fd2d7e3dc039.zip |
Get rid of a no-longer-used #define.
svn path=/trunk/; revision=15659
Diffstat (limited to 'epan/dissectors')
-rw-r--r-- | epan/dissectors/packet-bootp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c index 996fb3afd4..782fd2553a 100644 --- a/epan/dissectors/packet-bootp.c +++ b/epan/dissectors/packet-bootp.c @@ -118,8 +118,6 @@ static gint ett_bootp_flags = -1; static gint ett_bootp_option = -1; static gint ett_bootp_fqdn = -1; -#define TLV_STR_LEN 256 - gboolean novell_string = FALSE; #define UDP_PORT_BOOTPS 67 |