summaryrefslogtreecommitdiff
path: root/include/hexdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hexdump.h')
-rw-r--r--include/hexdump.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hexdump.h b/include/hexdump.h
index 36d77ec4..a6aa2bfa 100644
--- a/include/hexdump.h
+++ b/include/hexdump.h
@@ -48,8 +48,6 @@ prepare_hex(const void *data, size_t size, char *buf, unsigned int position)
return ret;
}
-#define isprint(c) ((c) >= 0x20 && (c) <= 0x7e)
-
static inline void UNUSED
prepare_text(const void *data, size_t size, char *buf, unsigned int position)
{