aboutsummaryrefslogtreecommitdiffstats
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
parent4a640fb6c395302d7aad22833d573c44211b0a2d (diff)
downloadopenssl-c5e0c5404708939a3bed317366367d9898960598.tar.gz
remove unused PREDECLARE
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--include/openssl/safestack.h1
-rwxr-xr-xutil/mkstack.pl1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/safestack.h b/include/openssl/safestack.h
index e16732c4f1..9bd424ab28 100644
--- a/include/openssl/safestack.h
+++ b/include/openssl/safestack.h
@@ -87,7 +87,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); \
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); \