aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-06-23 21:35:46 -0700
committerEvan Huus <eapache@gmail.com>2015-06-24 17:32:40 +0000
commit95ac3908d830e93e21ba0769b1e65feca2eb309a (patch)
treeab0de6dd81f1734b006f6e06cdf1d6f69ccbff59 /tools/checkAPIs.pl
parent86e562f27d2bb3703b84bf03f3a5e678b25b5207 (diff)
Remove the last deprecated tvb_length calls
And remove the shims themselves! Change-Id: I511c06eb21eaf68d1dc36bbb9558408807472f9c Reviewed-on: https://code.wireshark.org/review/9088 Reviewed-by: Evan Huus <eapache@gmail.com>
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 79471c563f..7527141817 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -143,7 +143,6 @@ my %APIs = (
# have not been entirely removed from old code. These will become errors
# once they've been removed from all existing code.
'soft-deprecated' => { 'count_errors' => 0, 'functions' => [
- 'tvb_length', # replaced with tvb_captured_length
'tvb_length_remaining', # replaced with tvb_captured_length_remaining
'tvb_ensure_length_remaining', # replaced with tvb_ensure_captured_length_remaining
'tvb_get_string', # replaced with tvb_get_string_enc