From a42056e75aea6c8a15d21ce1ac1308ab065836d1 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 27 Nov 2014 04:36:33 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5890 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 0250c4a1c..1a683e98f 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -292,7 +292,6 @@ static inline int scst_sense_response_code(const uint8_t *sense) #define scst_sense_format_in_progress NOT_READY, 0x04, 0x04 #define scst_sense_tp_transitioning NOT_READY, 0x04, 0x0A #define scst_sense_tp_unav NOT_READY, 0x04, 0x0C -#define scst_sense_not_ready NOT_READY, 0x04, 0x10 #define scst_sense_no_medium NOT_READY, 0x3a, 0 /* MEDIUM_ERROR is 3 */