Removed unused macro definitions

This commit is contained in:
Thomas Schmitt 2015-06-25 19:24:23 +00:00
parent bbbb9a1eb3
commit 3dcee0dcc9
2 changed files with 1 additions and 9 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2015.05.26.054224" #define Cdrskin_timestamP "2015.06.25.192439"

View File

@ -219,14 +219,6 @@ static char linux_ata_device_family[80] = {"/dev/hd%c"};
static int linux_ata_enumerate_verbous = 0; static int linux_ata_enumerate_verbous = 0;
/* The waiting time before eventually retrying a failed SCSI command.
Before each retry wait Libburn_sg_linux_retry_incR longer than with
the previous one.
*/
#define Libburn_sg_linux_retry_usleeP 100000
#define Libburn_sg_linux_retry_incR 100000
/** PORTING : ------ libburn portable headers and definitions ----- */ /** PORTING : ------ libburn portable headers and definitions ----- */
#include "libburn.h" #include "libburn.h"