diff --git a/ext/trie/trie.c b/ext/trie/trie.c index 0ac648b..7d0d992 100644 --- a/ext/trie/trie.c +++ b/ext/trie/trie.c @@ -20,7 +20,7 @@ static VALUE rb_trie_alloc(VALUE klass) { } void raise_ioerror(const char * message) { - VALUE rb_eIOError = rb_const_get(rb_cObject, rb_intern("IOError")); + //VALUE rb_eIOError = rb_const_get(rb_cObject, rb_intern("IOError")); rb_raise(rb_eIOError, message); }