summaryrefslogtreecommitdiff
path: root/ext/mathn/rational/extconf.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-20 08:21:24 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-20 08:21:24 +0000
commit7b3ac07781be812468674911825e86cd82dfb5b8 (patch)
treef6dec0c5ba0613bec563192855ae034fa2eba215 /ext/mathn/rational/extconf.rb
parentb58a30e1c14e971adba4096104274d5d692492e9 (diff)
Removed deprecated extensions of mathn.
* ext/mathn/{complex,rational}: Removed from ruby core. [fix GH-1542][Feature #13334][ruby-core:80247] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/mathn/rational/extconf.rb')
-rw-r--r--ext/mathn/rational/extconf.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mathn/rational/extconf.rb b/ext/mathn/rational/extconf.rb
deleted file mode 100644
index 4e4cc5f621..0000000000
--- a/ext/mathn/rational/extconf.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-# frozen_string_literal: false
-require "mkmf"
-
-create_makefile "mathn/rational"