scsihd: Remove unused cur_buf_cnt.

This commit is contained in:
joevt 2024-03-09 23:19:25 -08:00 committed by dingusdev
parent 3f826b8971
commit 05da1708eb
1 changed files with 0 additions and 1 deletions

View File

@ -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;