remove unused PREDECLARE
authorDr. Stephen Henson <steve@openssl.org>
Sun, 27 Dec 2015 23:46:39 +0000 (23:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 7 Jan 2016 18:00:51 +0000 (18:00 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/safestack.h
util/mkstack.pl

index e16732c4f176b4c986e8dd0d513cabf45814f745..9bd424ab2823e58f52d39479e223ffa0cb49f8e4 100644 (file)
@@ -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); \
index 623fb9c77e83ddc690c954bb9e73b21ce1c9e52a..6fb577dba748b6870adce8dce3c076e1d98eee1c 100755 (executable)
@@ -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); \