From 40fce3e7ee6b9c381e00197642566fdceeb82d7f Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sat, 6 Sep 2003 08:56:57 +0000 Subject: * ext/openssl/ruby_missing.c: rid of unnecessary backward compatibility stuff. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ruby_missing.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/openssl') diff --git a/ext/openssl/ruby_missing.h b/ext/openssl/ruby_missing.h index f9e74f743e..4bd08890f8 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) -- cgit v1.2.3