From 792421b3f220abcbd1405485edc9bf6b39485769 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 11:04:52 +0000 Subject: Remove lh stats This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing --- src/lib/libcrypto/util/mkstack.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/lib/libcrypto/util') 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 #define lh_${type_thing}_error(lh) LHM_lh_error(${type_thing},lh) #define lh_${type_thing}_num_items(lh) LHM_lh_num_items(${type_thing},lh) #define lh_${type_thing}_down_load(lh) LHM_lh_down_load(${type_thing},lh) -#define lh_${type_thing}_node_stats_bio(lh,out) \\ - LHM_lh_node_stats_bio(${type_thing},lh,out) -#define lh_${type_thing}_node_usage_stats_bio(lh,out) \\ - LHM_lh_node_usage_stats_bio(${type_thing},lh,out) -#define lh_${type_thing}_stats_bio(lh,out) \\ - LHM_lh_stats_bio(${type_thing},lh,out) #define lh_${type_thing}_free(lh) LHM_lh_free(${type_thing},lh) EOF } -- cgit v1.2.3-55-g6feb