summaryrefslogtreecommitdiffstats
path: root/toolbox/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/dd.c')
-rw-r--r--toolbox/dd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/dd.c b/toolbox/dd.c
index a8c12d2..6b61ffb 100644
--- a/toolbox/dd.c
+++ b/toolbox/dd.c
@@ -92,9 +92,6 @@ extern u_int files_cnt;
extern int progress;
extern const u_char *ctab;
-
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-#define MAX(a, b) ((a) > (b) ? (a) : (b))
#define DEFFILEMODE (S_IRUSR | S_IWUSR)
static void dd_close(void);