summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/main.c')
-rw-r--r--unix/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/main.c b/unix/main.c
index fb0a6ecf07..481b815810 100644
--- a/unix/main.c
+++ b/unix/main.c
@@ -383,12 +383,6 @@ int main(int argc, char **argv) {
return 0;
}
-// for sqrt
-#include <math.h>
-machine_float_t machine_sqrt(machine_float_t x) {
- return sqrt(x);
-}
-
#include <sys/stat.h>
uint mp_import_stat(const char *path) {