diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/openssl/ruby_missing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/openssl/ruby_missing.h b/ext/openssl/ruby_missing.h index f9e74f743..4bd08890f 100644 --- a/ext/openssl/ruby_missing.h +++ b/ext/openssl/ruby_missing.h @@ -11,8 +11,6 @@ #if !defined(_OSSL_RUBY_MISSING_H_) #define _OSS_RUBY_MISSING_H_ -#define DEFINE_ALLOC_WRAPPER(func) - #define rb_define_copy_func(klass, func) \ rb_define_method(klass, "initialize_copy", func, 1) |