Explorar o código

target: removed unused transport_state flag

Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Joern Engel %!s(int64=12) %!d(string=hai) anos
pai
achega
a1321ddd27
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      include/target/target_core_base.h

+ 0 - 1
include/target/target_core_base.h

@@ -463,7 +463,6 @@ struct se_cmd {
 #define CMD_T_ABORTED		(1 << 0)
 #define CMD_T_ACTIVE		(1 << 1)
 #define CMD_T_COMPLETE		(1 << 2)
-#define CMD_T_QUEUED		(1 << 3)
 #define CMD_T_SENT		(1 << 4)
 #define CMD_T_STOP		(1 << 5)
 #define CMD_T_FAILED		(1 << 6)