From 689060803f6c57637576e4a5f199b9ced32a4a4c Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 12 Jun 2017 12:50:48 +0200 Subject: flashcp: Drop exit code defines The EXIT_{FAILURE|SUCCESS} are already defined in stdlib.h. Signed-off-by: Daniel Wagner Signed-off-by: David Oberhollenzer --- misc-utils/flashcp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc-utils') diff --git a/misc-utils/flashcp.c b/misc-utils/flashcp.c index af3c88d..a35e6fc 100644 --- a/misc-utils/flashcp.c +++ b/misc-utils/flashcp.c @@ -45,9 +45,6 @@ #include "common.h" -#define EXIT_FAILURE 1 -#define EXIT_SUCCESS 0 - /* for debugging purposes only */ #ifdef DEBUG #undef DEBUG -- cgit v1.2.3