From: Dr. Stephen Henson Date: Sun, 27 Dec 2015 23:46:39 +0000 (+0000) Subject: remove unused PREDECLARE X-Git-Tag: OpenSSL_1_1_0-pre2~119 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c5e0c5404708939a3bed317366367d9898960598;p=oweals%2Fopenssl.git remove unused PREDECLARE Reviewed-by: Richard Levitte --- 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); \