summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/storage.h b/src/storage.h
index 70446ad8..4dc792cc 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -19,12 +19,6 @@
*
*/
-#ifdef TEMP_FAILURE_RETRY
-#define TFR TEMP_FAILURE_RETRY
-#else
-#define TFR
-#endif
-
#include <fcntl.h>
#include <sys/types.h>