ruby/trema/port-mod.c in trema-0.4.6 vs ruby/trema/port-mod.c in trema-0.4.7

- old
+ new

@@ -206,10 +206,9 @@ /* * Document-class: Trema::PortMod */ void Init_port_mod() { - rb_require( "rubygems" ); rb_require( "pio" ); mTrema = rb_eval_string( "Trema" ); cPortMod = rb_define_class_under( mTrema, "PortMod", rb_cObject ); rb_define_alloc_func( cPortMod, port_mod_alloc );