summaryrefslogtreecommitdiff
path: root/ext/tk/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/extconf.rb')
-rw-r--r--ext/tk/extconf.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb
index d4b017c85a..cb131f07b1 100644
--- a/ext/tk/extconf.rb
+++ b/ext/tk/extconf.rb
@@ -2085,10 +2085,6 @@ if (TkLib_Config["tcltk-framework"] ||
$INSTALLFILES ||= []
$INSTALLFILES << ["lib/tkextlib/SUPPORT_STATUS", "$(RUBYLIBDIR)", "lib"]
- # create
- $defs << %[-DRUBY_VERSION=\\"#{RUBY_VERSION}\\"]
- $defs << %[-DRUBY_RELEASE_DATE=\\"#{RUBY_RELEASE_DATE}\\"]
-
# remove harmful definitions.
$defs.delete_if{|x|/^-Du?intptr_t=/ =~ x}