Skip to content

Commit ced445c

Browse files
committed
Remove useless check for st.h
This was added 10 years ago for Ruby 1.8 support. We no longer need it.
1 parent 6918512 commit ced445c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/msgpack/extconf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
require 'mkmf'
22

3-
have_header("ruby/st.h")
4-
have_header("st.h")
53
have_func("rb_enc_interned_str", "ruby.h") # Ruby 3.0+
64
have_func("rb_hash_new_capa", "ruby.h") # Ruby 3.2+
75

0 commit comments

Comments
 (0)