summaryrefslogtreecommitdiff
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-01-16 11:09:51 -0500
committerEvan Huus <eapache@gmail.com>2015-01-16 17:36:15 +0000
commit3f575120ea6e293de8e5ac6e8c5dcbe84cdae077 (patch)
tree18fc1ee5abd704447733d8b4cca20a4776a0cee7 /tools/checkAPIs.pl
parent4fa73961f13a2715e3dee5a5bd3bc99f933b22d5 (diff)
downloadwireshark-3f575120ea6e293de8e5ac6e8c5dcbe84cdae077.tar.gz
Kill more unused emem functions
Change-Id: Ib81410b6d760886f2ae585f44ac58fc135da62c7 Reviewed-on: https://code.wireshark.org/review/6568 Petri-Dish: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 8b097a43f2..b9b325914e 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -158,10 +158,7 @@ my %APIs = (
'ep_new0',
'ep_strdup',
'ep_strndup',
- 'ep_memdup',
- 'ep_strdup_vprintf',
'ep_strdup_printf',
- 'ep_strconcat',
'ep_alloc_array',
'ep_alloc_array0',
'ep_stack_new',