diff --git a/devices/common/scsi/scsihd.h b/devices/common/scsi/scsihd.h index 0850c5d..59eb980 100644 --- a/devices/common/scsi/scsihd.h +++ b/devices/common/scsi/scsihd.h @@ -70,7 +70,6 @@ private: uint8_t data_buf[1 << 21]; // TODO: add proper buffer management! - uint32_t cur_buf_cnt = 0; uint8_t error = ScsiError::NO_ERROR; uint8_t msg_code = 0;