summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/ext/mathn/complex/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/ext/mathn/complex/complex.c')
-rw-r--r--ruby_1_9_3/ext/mathn/complex/complex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ruby_1_9_3/ext/mathn/complex/complex.c b/ruby_1_9_3/ext/mathn/complex/complex.c
deleted file mode 100644
index dce494959f..0000000000
--- a/ruby_1_9_3/ext/mathn/complex/complex.c
+++ /dev/null
@@ -1,7 +0,0 @@
-extern void nucomp_canonicalization(int);
-
-void
-Init_complex(void)
-{
- nucomp_canonicalization(1);
-}