summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E Enebo <tom.enebo@gmail.com>2021-01-25 18:50:34 -0600
committerGitHub <noreply@github.com>2021-01-26 09:50:34 +0900
commit41ffb4b2dc08fce7ea253aed68a1366b68bf614b (patch)
tree420532bf46e8815a8bc69c076b4937c635b6dfc2
parentd1e053eb2acc02d87c18cb5832d82b3e9eaafbfa (diff)
downloadrake-compiler-41ffb4b2dc08fce7ea253aed68a1366b68bf614b.tar.gz
IronRuby has been a dead project for 10 years (#184)
-rw-r--r--lib/rake/extensiontask.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rake/extensiontask.rb b/lib/rake/extensiontask.rb
index 49d59da..e28a3d4 100644
--- a/lib/rake/extensiontask.rb
+++ b/lib/rake/extensiontask.rb
@@ -46,15 +46,6 @@ module Rake
end
def define
- if (defined?(RUBY_ENGINE) && RUBY_ENGINE == 'ironruby')
- warn_once <<-EOF
-WARNING: You're attempting to (cross-)compile C extensions from a platform
-(#{RUBY_ENGINE}) that does not support native extensions or mkmf.rb.
-Rerun `rake` under MRI Ruby 1.8.x/1.9.x to cross/native compile.
- EOF
- return
- end
-
super
unless compiled_files.empty?