From 05da1708eb4b9596c7583e096ae97d0b42559c2e Mon Sep 17 00:00:00 2001 From: joevt Date: Sat, 9 Mar 2024 23:19:25 -0800 Subject: [PATCH] scsihd: Remove unused cur_buf_cnt. --- devices/common/scsi/scsihd.h | 1 - 1 file changed, 1 deletion(-) 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;