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