summaryrefslogtreecommitdiff
path: root/unix-cpy
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy')
-rw-r--r--unix-cpy/mpconfigport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix-cpy/mpconfigport.h b/unix-cpy/mpconfigport.h
index 752df4f49..7d0e3258e 100644
--- a/unix-cpy/mpconfigport.h
+++ b/unix-cpy/mpconfigport.h
@@ -22,5 +22,3 @@ typedef unsigned int machine_uint_t; // must be pointer size
typedef void *machine_ptr_t; // must be of pointer size
typedef const void *machine_const_ptr_t; // must be of pointer size
typedef double machine_float_t;
-
-machine_float_t machine_sqrt(machine_float_t x);