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