aboutsummaryrefslogtreecommitdiffstats
path: root/unpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'unpack.c')
-rw-r--r--unpack.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/unpack.c b/unpack.c
index ebd48f8..8691519 100644
--- a/unpack.c
+++ b/unpack.c
@@ -5,7 +5,6 @@
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
-#include <limits.h>
#include <math.h>
#include <stdarg.h>
#include <stdbool.h>
@@ -16,10 +15,6 @@
#include "pack.h"
#include "trace.h"
-enum endian { BIG, LITTLE };
-
-#define BITMASK(n) (UINTMAX_MAX >> (sizeof (uintmax_t) * CHAR_BIT - n))
-
#define GEN_CONV_IEEE754B(type, total, nexp, nfrac) \
static type convert_ieee754b##total(uintmax_t b) \
{ \