fix build bug - wouldn't build without DEBUG defined

edge.strict_endians
flatcap 2005-10-11 23:09:07 +00:00
parent f0ff7e83e4
commit e44bb7afb7
1 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ static int err_exit(const char *fmt, ...)
exit(1);
}
#ifdef DEBUG
/**
* perr_exit
*
@ -146,7 +145,6 @@ static int perr_exit(const char *fmt, ...)
fflush(stderr);
exit(1);
}
#endif /* DEBUG */
/**
* usage - Print a list of the parameters to the program