summaryrefslogtreecommitdiff
path: root/ext/dl/mkcall.rb
diff options
context:
space:
mode:
authorttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-07 16:42:07 +0000
committerttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-07 16:42:07 +0000
commit8e3721dfa828464981b5e9f77eff79b815c288d5 (patch)
tree9613983a0a668ab13d6147973af2807bf0428273 /ext/dl/mkcall.rb
parent56cddaf082cc33d38b646f3145c9ce2dd806f1df (diff)
Get rid of ineffective symbols, lines, constants and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/mkcall.rb')
-rw-r--r--ext/dl/mkcall.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/dl/mkcall.rb b/ext/dl/mkcall.rb
index dad101744b..6a85570152 100644
--- a/ext/dl/mkcall.rb
+++ b/ext/dl/mkcall.rb
@@ -5,12 +5,6 @@ $:.unshift File.dirname(__FILE__)
require 'type'
require 'dlconfig'
-$int_eq_long = try_run(<<EOF)
-int main() {
- return sizeof(int) == sizeof(long) ? 0 : 1;
-}
-EOF
-
def output_arg(x,i)
"args[#{i}].#{DLTYPE[x][:stmem]}"
end