c_src: update
[nit.git] / c_src / math._ffi.c
diff --git a/c_src/math._ffi.c b/c_src/math._ffi.c
deleted file mode 100644 (file)
index a33231e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-       Extern implementation of Nit module math
-*/
-#include <stdlib.h>
-#include <stdio.h>
-#include "math._ffi.h"
-
-int math___Int_sqrt___impl( int recv )
-{
-#line 29 "lib/standard/math.nit"
-
- return sqrt(recv); }
-
-double math___Float_abs___impl( double recv )
-{
-#line 40 "lib/standard/math.nit"
-
- return fabs(recv); }