mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
remove unused PREDECLARE
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
4a640fb6c3
commit
c5e0c54047
@ -87,7 +87,6 @@ extern "C" {
|
|||||||
((1 ? p : (int (*)(const type * const *, const type * const *))0)))
|
((1 ? p : (int (*)(const type * const *, const type * const *))0)))
|
||||||
|
|
||||||
# define STACK_OF(type) struct stack_st_##type
|
# define STACK_OF(type) struct stack_st_##type
|
||||||
# define PREDECLARE_STACK_OF(type) STACK_OF(type);
|
|
||||||
|
|
||||||
# define SKM_DECLARE_STACK_OF(t1, t2, t3) \
|
# define SKM_DECLARE_STACK_OF(t1, t2, t3) \
|
||||||
STACK_OF(t1); \
|
STACK_OF(t1); \
|
||||||
|
@ -116,7 +116,6 @@ extern "C" {
|
|||||||
((1 ? p : (int (*)(const type * const *, const type * const *))0)))
|
((1 ? p : (int (*)(const type * const *, const type * const *))0)))
|
||||||
|
|
||||||
# define STACK_OF(type) struct stack_st_##type
|
# define STACK_OF(type) struct stack_st_##type
|
||||||
# define PREDECLARE_STACK_OF(type) STACK_OF(type);
|
|
||||||
|
|
||||||
# define SKM_DECLARE_STACK_OF(t1, t2, t3) \
|
# define SKM_DECLARE_STACK_OF(t1, t2, t3) \
|
||||||
STACK_OF(t1); \
|
STACK_OF(t1); \
|
||||||
|
Loading…
Reference in New Issue
Block a user