summaryrefslogtreecommitdiff
path: root/ext/openssl/ruby_missing.h
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-06 08:56:57 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-06 08:56:57 +0000
commit40fce3e7ee6b9c381e00197642566fdceeb82d7f (patch)
treea1ecb3dcc3031eefc8e5d697eca26a75b98459f1 /ext/openssl/ruby_missing.h
parent256d273e69081484b1a30a66a9be196b7d2e1ac2 (diff)
* 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
Diffstat (limited to 'ext/openssl/ruby_missing.h')
-rw-r--r--ext/openssl/ruby_missing.h2
1 files changed, 0 insertions, 2 deletions
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)