1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
gotoyuzo 2003-09-06 08:56:57 +00:00
parent 256d273e69
commit 40fce3e7ee

View file

@ -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)