summaryrefslogtreecommitdiff
path: root/epan/wspython
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-08-06 20:10:59 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-08-06 20:10:59 +0000
commit72ea2f9c9c63c7e5c6270383888ad32683d96edf (patch)
treec58a12fbefc4c245ec132d2c7db06486a6981945 /epan/wspython
parent93f56d8a770e9a29bfeb27f0698ae25ae89206a9 (diff)
downloadwireshark-72ea2f9c9c63c7e5c6270383888ad32683d96edf.tar.gz
Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.
svn path=/trunk/; revision=51174
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/wspy_proto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/wspython/wspy_proto.c b/epan/wspython/wspy_proto.c
index 10f7c07009..e315a73e2a 100644
--- a/epan/wspython/wspy_proto.c
+++ b/epan/wspython/wspy_proto.c
@@ -69,7 +69,6 @@ void hf_register_info_add(hf_register_info *hf, guint8 index,
hf[index].hfinfo.id = 0;
hf[index].hfinfo.parent = 0;
hf[index].hfinfo.ref_type = HF_REF_TYPE_NONE;
- hf[index].hfinfo.bitshift = 0;
hf[index].hfinfo.same_name_next = NULL;
hf[index].hfinfo.same_name_prev = NULL;
}