From 30b7b74ddeb4bb7bf4b9193e9f3b7ac2da4992b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 19 Sep 2012 07:20:49 +0000 Subject: Remove #defines that provided backward source compatibility for deprecated dissector add/remmove/... functions. svn path=/trunk/; revision=45000 --- tools/checkAPIs.pl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/checkAPIs.pl') diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl index be51831181..d6b8061f52 100755 --- a/tools/checkAPIs.pl +++ b/tools/checkAPIs.pl @@ -128,13 +128,6 @@ my %APIs = ( 'perror', # Use g_strerror() and report messages in whatever # fashion is appropriate for the code in question. 'ctime', # Use abs_time_secs_to_str() - 'dissector_add', # Use dissector_add_uint() - 'dissector_change', # Use dissector_change_uint() - 'dissector_delete', # Use dissector_delete_uint() - 'dissector_get_port_handle', # Use dissector_get_uint_handle() - 'dissector_reset', # Use dissector_reset_uint() - 'dissector_try_port', # Use dissector_try_uint() - 'dissector_try_port_new', # Use dissector_try_uint_new() 'next_tvb_add_port', # Use next_tvb_add_uint() (and a matching change # of NTVB_PORT -> NTVB_UINT) -- cgit v1.2.3