summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-27 23:46:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-07 18:00:51 +0000
commitc5e0c5404708939a3bed317366367d9898960598 (patch)
treeaafa781a9cba54b541d48886603a91c9acb81937 /util
parent4a640fb6c395302d7aad22833d573c44211b0a2d (diff)
remove unused PREDECLARE
Reviewed-by: Richard Levitte <levitte@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 623fb9c77e..6fb577dba7 100755
--- a/util/mkstack.pl
+++ b/util/mkstack.pl
@@ -116,7 +116,6 @@ extern "C" {
((1 ? p : (int (*)(const type * const *, const type * const *))0)))
# define STACK_OF(type) struct stack_st_##type
-# define PREDECLARE_STACK_OF(type) STACK_OF(type);
# define SKM_DECLARE_STACK_OF(t1, t2, t3) \
STACK_OF(t1); \