summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport_minimal.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mpconfigport_minimal.h')
-rw-r--r--unix/mpconfigport_minimal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/mpconfigport_minimal.h b/unix/mpconfigport_minimal.h
index 65e35c8d99..788c8519d2 100644
--- a/unix/mpconfigport_minimal.h
+++ b/unix/mpconfigport_minimal.h
@@ -127,8 +127,6 @@ typedef int mp_int_t; // must be pointer size
typedef unsigned int mp_uint_t; // must be pointer size
#endif
-#define BYTES_PER_WORD sizeof(mp_int_t)
-
// Cannot include <sys/types.h>, as it may lead to symbol name clashes
#if _FILE_OFFSET_BITS == 64 && !defined(__LP64__)
typedef long long mp_off_t;