diff options
Diffstat (limited to 'src/include/gpxe/srp.h')
-rw-r--r-- | src/include/gpxe/srp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/gpxe/srp.h b/src/include/gpxe/srp.h index 75ec7b83..85f39b93 100644 --- a/src/include/gpxe/srp.h +++ b/src/include/gpxe/srp.h @@ -828,12 +828,6 @@ struct srp_device { unsigned int state; /** Retry counter */ unsigned int retry_count; - /** Instant return status code - * - * Used to avoid retrying the connection on every new SCSI - * command after the retry count has been exceeded. - */ - int instant_rc; /** Current SCSI command */ struct scsi_command *command; |