From b531bd2bda931a09e6096854bc3cf27e024da604 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 18 May 2006 21:38:16 +0000 Subject: [PATCH] All uses iscsi_state were removed some time ago; removing the declaration. --- src/include/gpxe/iscsi.h | 8 -------- 1 file changed, 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 */