Rev 29427 added packet_add_new_data_source() with a comment indicating that
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 30 Oct 2010 16:00:30 +0000 (16:00 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 30 Oct 2010 16:00:30 +0000 (16:00 +0000)
commitcdbed59eff51907f8661e7015dc8b5c2173e910f
tree96ced51f0ba70bc067960c979a5243c43d4a52d7
parent6062ad9bd603eb5deda8b5a3001b47e839928f22
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
epan/dissectors/packet-ber.c
epan/dissectors/packet-bthci_acl.c
epan/dissectors/packet-btl2cap.c
epan/packet.c
epan/packet.h
epan/reassemble.c
epan/reassemble_test.c
print.c