aboutsummaryrefslogtreecommitdiff
path: root/src/scratch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scratch.c')
-rw-r--r--src/scratch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scratch.c b/src/scratch.c
index ae48ff6..df3707f 100644
--- a/src/scratch.c
+++ b/src/scratch.c
@@ -18,8 +18,6 @@
# define TMP_DFLT_BUFSZ (1 * 1024)
#endif
-#define MAX(x, y) ((x) > (y) ? (x) : (y))
-
void *
tmpalloc(scratch_t *s, size_t nmemb, size_t size)
{