Skip to content
Snippets Groups Projects
Commit a1321ddd authored by Joern Engel's avatar Joern Engel Committed by Nicholas Bellinger
Browse files

target: removed unused transport_state flag

parent d2bdbee0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment