From ccb6e802afbda172b2d560eab3e979e289d9365e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Apr 2016 03:14:45 +0000 Subject: tk/extconf.rb: outdated checks * ext/tk/extconf.rb: remove outdated checks. * ext/tk/tcltklib.c (ip_ruby_cmd): remove longstanding dead code. ptr and len in RArray were till 1.8 and have_struct_member of 1.8 does not set HAVE__ but only HAVE_ST_. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/extconf.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/tk/extconf.rb') diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb index 02851f727f..fc6d04b58a 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -1804,12 +1804,6 @@ print("check functions.") end print("\n") # progress -print("check struct members.") -have_struct_member("struct RArray", "ptr", "ruby.h") -print(".") # progress -have_struct_member("struct RArray", "len", "ruby.h") -print("\n") # progress - # check libraries unless is_win32? print("check libraries.") -- cgit v1.2.3