summaryrefslogtreecommitdiff
path: root/ext/racc/cparse/extconf.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-31 17:35:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-08 17:25:38 +0900
commitd1775aa388bff73ca2d22344d4c3745f23bfe654 (patch)
treeb81f25a36fff5f74a79792e6b54a9bbd48868338 /ext/racc/cparse/extconf.rb
parentb90683be44d8821a1a8121b6364d653a47421914 (diff)
Try to promote racc as bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7877
Diffstat (limited to 'ext/racc/cparse/extconf.rb')
-rw-r--r--ext/racc/cparse/extconf.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb
deleted file mode 100644
index 18c5689ad8..0000000000
--- a/ext/racc/cparse/extconf.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: false
-#
-
-require 'mkmf'
-
-have_func('rb_block_call')
-have_func('rb_ary_subseq')
-
-create_makefile 'racc/cparse'