ext/torch/special.cpp in torch-rb-0.13.0 vs ext/torch/special.cpp in torch-rb-0.13.1

- old
+ new

@@ -6,8 +6,7 @@ #include "templates.h" #include "utils.h" void init_special(Rice::Module& m) { auto rb_mSpecial = Rice::define_module_under(m, "Special"); - rb_mSpecial.add_handler<torch::Error>(handle_error); add_special_functions(rb_mSpecial); }