diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-06 08:56:57 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-06 08:56:57 +0000 |
commit | b28ae80d0dd6e4d6ea1790014b90ff5b07e2d1e3 (patch) | |
tree | a1ecb3dcc3031eefc8e5d697eca26a75b98459f1 /ext | |
parent | cf66d4941a075d81d651638d69100dea458bd81b (diff) | |
download | ruby-b28ae80d0dd6e4d6ea1790014b90ff5b07e2d1e3.tar.gz ruby-b28ae80d0dd6e4d6ea1790014b90ff5b07e2d1e3.tar.xz ruby-b28ae80d0dd6e4d6ea1790014b90ff5b07e2d1e3.zip |
* ext/openssl/ruby_missing.c: rid of unnecessary backward
compatibility stuff.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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) |