summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-error/mrbgem.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-04-19 22:34:20 +0900
committerGitHub <[email protected]>2021-04-19 22:34:20 +0900
commitff366b65ebc866a6287002ece5121f6f25321e26 (patch)
treee754c81cdf798dc2b8ead74192154bc30a918e9f /mrbgems/mruby-error/mrbgem.rake
parent9d362f2c2732b15341f76d2d51bbd946b28e5974 (diff)
parent891e852286dabdc2dfda70b00d5325546a939a62 (diff)
downloadmruby-ff366b65ebc866a6287002ece5121f6f25321e26.tar.gz
mruby-ff366b65ebc866a6287002ece5121f6f25321e26.zip
Merge pull request #5415 from dearblue/unwind-mrb_protect
Introducing the `mrb_protect_raw()` API function
Diffstat (limited to 'mrbgems/mruby-error/mrbgem.rake')
-rw-r--r--mrbgems/mruby-error/mrbgem.rake5
1 files changed, 0 insertions, 5 deletions
diff --git a/mrbgems/mruby-error/mrbgem.rake b/mrbgems/mruby-error/mrbgem.rake
index ff7334744..fe9062089 100644
--- a/mrbgems/mruby-error/mrbgem.rake
+++ b/mrbgems/mruby-error/mrbgem.rake
@@ -2,9 +2,4 @@ MRuby::Gem::Specification.new('mruby-error') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'extensional error handling'
-
- if build.cxx_exception_enabled?
- objs << build.compile_as_cxx("#{spec.dir}/src/exception.c")
- objs.delete_if { |v| v == objfile("#{spec.build_dir}/src/exception") }
- end
end