This commit is contained in:
13038267101 2023-05-24 17:02:17 +08:00
commit 00ecac52b3
1 changed files with 0 additions and 2 deletions

View File

@ -229,8 +229,6 @@ std::string hg_scanner_302::control_fetch(int addr, int val, int size)
ret = write_register(addr, val);
if (ret == SCANNER_ERR_OK)
{
std::lock_guard<std::mutex> lock(io_lock_);
l = size + 1;
data.resize(size + 2);
bzero(&data[0], size + 2);