summaryrefslogtreecommitdiff
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-01-09 12:28:10 -0500
committerMichael Mann <mmann78@netscape.net>2015-01-10 01:56:08 +0000
commit3a9869d81a686effc4f8139e019333ca9e87e0ca (patch)
tree2168b82c84f578b9935ca7c15e8cc2b0ed52018f /tools/checkAPIs.pl
parente54b5f052d79386b595f5f926429c3652688118d (diff)
downloadwireshark-3a9869d81a686effc4f8139e019333ca9e87e0ca.tar.gz
Remove/replace ep_strsplit()
Change-Id: I4a803d83844d937804849b2ad3b067381c9b96d0 Reviewed-on: https://code.wireshark.org/review/6448 Petri-Dish: Evan Huus <eapache@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index e7bd51c739..1e13680ecb 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -164,7 +164,6 @@ my %APIs = (
'ep_strconcat',
'ep_alloc_array',
'ep_alloc_array0',
- 'ep_strsplit',
'ep_stack_new',
'ep_stack_push',
'ep_stack_pop',