aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fix.c
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:37 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:37 +0000
commit26503be7dcdd4536006d0f5e8f32a0de8caca206 (patch)
tree64be874a256e5b25ff747b5af6d65ab6ebcfc7d0 /epan/dissectors/packet-fix.c
parent7b97eb7de29a2de913df29a338cfcd16aeb52741 (diff)
fix compile errors found by dumpabi target
svn path=/trunk/; revision=40595
Diffstat (limited to 'epan/dissectors/packet-fix.c')
-rw-r--r--epan/dissectors/packet-fix.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/dissectors/packet-fix.c b/epan/dissectors/packet-fix.c
index 0b5fe19ad1..e57070a69c 100644
--- a/epan/dissectors/packet-fix.c
+++ b/epan/dissectors/packet-fix.c
@@ -43,13 +43,6 @@
#include "packet-tcp.h"
-typedef struct _fix_field {
- int tag; /* FIX tag */
- int hf_id;
- int type; /* */
- const void *table;
-} fix_field;
-
typedef struct _fix_parameter {
int field_len;
int tag_len;