From 3dcee0dcc9a543b920d8d2a31f05b390cbad3e3b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 25 Jun 2015 19:24:23 +0000 Subject: [PATCH] Removed unused macro definitions --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/sg-linux.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index ab0ec01..62e5cb9 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2015.05.26.054224" +#define Cdrskin_timestamP "2015.06.25.192439" diff --git a/libburn/sg-linux.c b/libburn/sg-linux.c index 7b7739c..68ff3c9 100644 --- a/libburn/sg-linux.c +++ b/libburn/sg-linux.c @@ -219,14 +219,6 @@ static char linux_ata_device_family[80] = {"/dev/hd%c"}; 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 ----- */ #include "libburn.h"