From 82a408fb9d755b106be2cc23dd08831f158893f5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 25 Jun 2012 08:49:32 +0000 Subject: Revert r31873 Module#mix * class.c (rb_mix_module): revert Module#mix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- method.h | 1 - 1 file changed, 1 deletion(-) (limited to 'method.h') diff --git a/method.h b/method.h index 84b2dca3fb..816e10f5b1 100644 --- a/method.h +++ b/method.h @@ -102,6 +102,5 @@ void rb_mark_method_entry(const rb_method_entry_t *me); void rb_free_method_entry(rb_method_entry_t *me); void rb_sweep_method_entry(void *vm); void rb_free_m_table(st_table *tbl); -void rb_mix_module(VALUE klass, VALUE module, struct st_table *constants, struct st_table *methods); #endif /* METHOD_H */ -- cgit v1.2.3