summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-13 13:19:28 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-13 13:19:28 +0100
commit674f9887ce54b0627758f2a84c52e8aab0d7f2db (patch)
tree462434ac09f9129b92576dbd2950388c8c0ab171 /unix-cpy
parentcb861a5c6a9fcf240955e6fe4f5d2b658c7bc8ef (diff)
downloadmicropython-674f9887ce54b0627758f2a84c52e8aab0d7f2db.tar.gz
micropython-674f9887ce54b0627758f2a84c52e8aab0d7f2db.zip
bare-arm/unix-cpy: Minor changes.
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 752df4f49b..7d0e3258eb 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);