aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-24 16:07:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-11 17:50:27 +0000
commit63c75cd688352b83afd7f874b89139e282647046 (patch)
tree98d1484260069de69440e4f53c8f7406aa1a3140 /util
parent62d0577e0d5e3703436d0fba362d516481291810 (diff)
downloadopenssl-63c75cd688352b83afd7f874b89139e282647046.tar.gz
Add lh_doall inlining
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkstack.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/mkstack.pl b/util/mkstack.pl
index e188840595..fb8412b508 100755
--- a/util/mkstack.pl
+++ b/util/mkstack.pl
@@ -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