Add lh_doall_arg inlining
[openssl.git] / util / mkstack.pl
index fb8412b508986d5b0d986e5cbf5c29e40c5053f6..8327e084dee47c4f27cb017482539eb6183e3975 100755 (executable)
@@ -275,8 +275,6 @@ foreach $type_thing (sort @lhashlst) {
     my $lc_tt = lc $type_thing;
     $new_stackfile .= <<EOF;
 
-# define lh_${type_thing}_doall_arg(lh,fn,arg_type,arg) \\
-  LHM_lh_doall_arg(${type_thing},lh,fn,arg_type,arg)
 EOF
 }