summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/gpxe/iscsi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/gpxe/iscsi.h b/src/include/gpxe/iscsi.h
index a853b9aa..0419f068 100644
--- a/src/include/gpxe/iscsi.h
+++ b/src/include/gpxe/iscsi.h
@@ -393,14 +393,6 @@ union iscsi_bhs {
unsigned char bytes[ sizeof ( struct iscsi_bhs_common ) ];
};
-/** State */
-enum iscsi_state {
- ISCSI_STATE_IDLE,
- ISCSI_STATE_LOGIN,
- ISCSI_STATE_LOGIN_CONT,
- ISCSI_STATE_COMMAND,
-};
-
/** State of an iSCSI TX engine */
enum iscsi_tx_state {
/** Nothing to send */