Browse Source

All uses iscsi_state were removed some time ago; removing the

declaration.
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
b531bd2bda
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/include/gpxe/iscsi.h

+ 0
- 8
src/include/gpxe/iscsi.h View File

393
 	unsigned char bytes[ sizeof ( struct iscsi_bhs_common ) ];
393
 	unsigned char bytes[ sizeof ( struct iscsi_bhs_common ) ];
394
 };
394
 };
395
 
395
 
396
-/** State */
397
-enum iscsi_state {
398
-	ISCSI_STATE_IDLE,
399
-	ISCSI_STATE_LOGIN,
400
-	ISCSI_STATE_LOGIN_CONT,
401
-	ISCSI_STATE_COMMAND,
402
-};
403
-
404
 /** State of an iSCSI TX engine */
396
 /** State of an iSCSI TX engine */
405
 enum iscsi_tx_state {
397
 enum iscsi_tx_state {
406
 	/** Nothing to send */
398
 	/** Nothing to send */

Loading…
Cancel
Save