summaryrefslogtreecommitdiff
path: root/ext/dl/mkcall.rb
diff options
context:
space:
mode:
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