aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble_test.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-30 16:00:30 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-30 16:00:30 +0000
commitcdbed59eff51907f8661e7015dc8b5c2173e910f (patch)
tree96ced51f0ba70bc067960c979a5243c43d4a52d7 /epan/reassemble_test.c
parent6062ad9bd603eb5deda8b5a3001b47e839928f22 (diff)
Rev 29427 added packet_add_new_data_source() with a comment indicating that
the data source does not need to be allocated if (!tree). Rev 30158 took the if (!tree) check out indicating that the check was invalid. So: (since packet_add_new_data_source() now only calls add_new_data_source()), remove packet_add_new_data_source(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34717 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/reassemble_test.c')
-rw-r--r--epan/reassemble_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/reassemble_test.c b/epan/reassemble_test.c
index b90ec935f3..e106f96e52 100644
--- a/epan/reassemble_test.c
+++ b/epan/reassemble_test.c
@@ -1074,10 +1074,6 @@ void add_new_data_source(packet_info *pinfo _U_, tvbuff_t *tvb _U_,
const char *name _U_)
{}
-void packet_add_new_data_source(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_,
- const char *name _U_)
-{}
-
proto_item *
proto_tree_add_uint(proto_tree *tree _U_, int hfindex _U_, tvbuff_t *tvb _U_,
gint start _U_, gint length _U_, guint32 value _U_)