Skip to content

Commit ad67a61

Browse files
authored
Merge pull request #339 from Shopify/remove-useless-st-check
Remove useless check for st.h
2 parents 0815f34 + ced445c commit ad67a61

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
have_func("rb_proc_call_with_block", "ruby.h") # CRuby (TruffleRuby doesn't have it)

0 commit comments

Comments
 (0)