diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-04-11 00:35:53 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-04-11 00:35:53 +0000 |
commit | 9f925a618faf0730b284c3ba4e3f37078365ab9a (patch) | |
tree | 5d23ec8d63de1665809fa3fa90a80591f6becdbb /asn1/ansi_map | |
parent | dd4cb8424b10aeb4baf38cdcacc56b553de57edc (diff) | |
download | wireshark-9f925a618faf0730b284c3ba4e3f37078365ab9a.tar.gz wireshark-9f925a618faf0730b284c3ba4e3f37078365ab9a.tar.bz2 wireshark-9f925a618faf0730b284c3ba4e3f37078365ab9a.zip |
The trial period is arguably over - no need for packet-ansi_map.c to
have its own #if 0'ed out definition of dgt_set_t.
svn path=/trunk/; revision=42020
Diffstat (limited to 'asn1/ansi_map')
-rw-r--r-- | asn1/ansi_map/packet-ansi_map-template.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c index e6e80d5148..fb97e57cfd 100644 --- a/asn1/ansi_map/packet-ansi_map-template.c +++ b/asn1/ansi_map/packet-ansi_map-template.c @@ -582,16 +582,6 @@ static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ static int dissect_returnData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx); static int dissect_ansi_map_SystemMyTypeCode(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_); -#if 0 -/* Moved to tvbuff.h - * XXX remove after trial period. - */ -typedef struct dgt_set_t -{ - unsigned char out[15]; -} -dgt_set_t; -#endif static dgt_set_t Dgt_tbcd = { { /* 0 1 2 3 4 5 6 7 8 9 a b c d e */ |