c_src: update
[nit.git] / c_src / math._ffi.h
diff --git a/c_src/math._ffi.h b/c_src/math._ffi.h
deleted file mode 100644 (file)
index 22f7837..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-       Extern implementation of Nit module math
-*/
-#ifndef MATH_NIT_H
-#define MATH_NIT_H
-
-#include "math._nitni.h"
-#line 19 "lib/standard/math.nit"
-
-#include <math.h>
-int math___Int_sqrt___impl( int recv );
-double math___Float_abs___impl( double recv );
-#endif