diff options
| -rw-r--r-- | ports/qemu/mpconfigport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/qemu/mpconfigport.h b/ports/qemu/mpconfigport.h index 3d2466a91..65c83a5fe 100644 --- a/ports/qemu/mpconfigport.h +++ b/ports/qemu/mpconfigport.h @@ -78,10 +78,6 @@ typedef int32_t mp_int_t; // must be pointer size typedef uint32_t mp_uint_t; // must be pointer size #endif -#define UINT_FMT "%lu" -#define INT_FMT "%ld" -#define HEX_FMT "%lx" - typedef long mp_off_t; // We need to provide a declaration/definition of alloca() |
