summaryrefslogtreecommitdiffstatshomepage
path: root/examples/embedding/mpconfigport_minimal.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedding/mpconfigport_minimal.h')
-rw-r--r--examples/embedding/mpconfigport_minimal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/embedding/mpconfigport_minimal.h b/examples/embedding/mpconfigport_minimal.h
index 48d2008583..d16827fa32 100644
--- a/examples/embedding/mpconfigport_minimal.h
+++ b/examples/embedding/mpconfigport_minimal.h
@@ -119,8 +119,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;