aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-14 23:09:59 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-14 23:09:59 +0000
commite2a765b4d1ce5933e9afa27c8150e525433ac04c (patch)
tree6326a1d371cd238f00f69e191ca2406669e889c5 /epan/dissectors/packet-afs.c
parent8ac924b87bedede8d9472a1cc88b45f7efd933d1 (diff)
Remove an unused define.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29098 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-afs.c')
-rw-r--r--epan/dissectors/packet-afs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-afs.c b/epan/dissectors/packet-afs.c
index 01723cac90..5dfb0aa8c2 100644
--- a/epan/dissectors/packet-afs.c
+++ b/epan/dissectors/packet-afs.c
@@ -818,7 +818,6 @@ static gint ett_afs_vldb_flags = -1;
OUT_RXString(hf_afs_kauth_realm); \
}
-#define MAX_GETSTR_LEN 200 /* Arbitrary */
#define GETSTR (tvb_format_text(tvb,offset,tvb_length_remaining(tvb,offset)))
#define VALID_OPCODE(opcode) ((opcode >= OPCODE_LOW && opcode <= OPCODE_HIGH) || \