diff options
| author | tb <> | 2024-03-02 11:04:52 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 11:04:52 +0000 |
| commit | 792421b3f220abcbd1405485edc9bf6b39485769 (patch) | |
| tree | 14fe1625d8e95a578ceba0d94f1fefdd60ec9146 /src/lib/libcrypto/util/mkstack.pl | |
| parent | af88f8de5f2275485734ca59b90ee42b81b76688 (diff) | |
| download | openbsd-792421b3f220abcbd1405485edc9bf6b39485769.tar.gz openbsd-792421b3f220abcbd1405485edc9bf6b39485769.tar.bz2 openbsd-792421b3f220abcbd1405485edc9bf6b39485769.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/mkstack.pl')
| -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 | } |
