diff options
author | tb <> | 2024-03-02 11:04:52 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:04:52 +0000 |
commit | 2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f (patch) | |
tree | 14fe1625d8e95a578ceba0d94f1fefdd60ec9146 /src/lib/libcrypto/util | |
parent | e046d31060c0d98e03e2a00a0f27d8b56aac8cd6 (diff) | |
download | openbsd-2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f.tar.gz openbsd-2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f.tar.bz2 openbsd-2e45bf0bb5ba5d679b984ec185fbc3d2a6270f6f.zip |
Remove lh stats
This could have been removed in an earlier bump. Now it's time for it to
say goodbye.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/util')
-rw-r--r-- | src/lib/libcrypto/util/mkstack.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/util/mkstack.pl b/src/lib/libcrypto/util/mkstack.pl index 77b0ec4943..30afae7802 100644 --- a/src/lib/libcrypto/util/mkstack.pl +++ b/src/lib/libcrypto/util/mkstack.pl | |||
@@ -151,12 +151,6 @@ EOF | |||
151 | #define lh_${type_thing}_error(lh) LHM_lh_error(${type_thing},lh) | 151 | #define lh_${type_thing}_error(lh) LHM_lh_error(${type_thing},lh) |
152 | #define lh_${type_thing}_num_items(lh) LHM_lh_num_items(${type_thing},lh) | 152 | #define lh_${type_thing}_num_items(lh) LHM_lh_num_items(${type_thing},lh) |
153 | #define lh_${type_thing}_down_load(lh) LHM_lh_down_load(${type_thing},lh) | 153 | #define lh_${type_thing}_down_load(lh) LHM_lh_down_load(${type_thing},lh) |
154 | #define lh_${type_thing}_node_stats_bio(lh,out) \\ | ||
155 | LHM_lh_node_stats_bio(${type_thing},lh,out) | ||
156 | #define lh_${type_thing}_node_usage_stats_bio(lh,out) \\ | ||
157 | LHM_lh_node_usage_stats_bio(${type_thing},lh,out) | ||
158 | #define lh_${type_thing}_stats_bio(lh,out) \\ | ||
159 | LHM_lh_stats_bio(${type_thing},lh,out) | ||
160 | #define lh_${type_thing}_free(lh) LHM_lh_free(${type_thing},lh) | 154 | #define lh_${type_thing}_free(lh) LHM_lh_free(${type_thing},lh) |
161 | EOF | 155 | EOF |
162 | } | 156 | } |