Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1321ddd authored by Joern Engel's avatar Joern Engel Committed by Nicholas Bellinger
Browse files

target: removed unused transport_state flag

parent d2bdbee0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)