From ebcd0cdfa1d6a8c2780d83ee192527a0ee11de61 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 7 Apr 2023 17:20:20 +0200 Subject: [PATCH] remove obsolete code --- linux/acs/RwPollingTask.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/linux/acs/RwPollingTask.cpp b/linux/acs/RwPollingTask.cpp index 32eb24f4..34ff13fb 100644 --- a/linux/acs/RwPollingTask.cpp +++ b/linux/acs/RwPollingTask.cpp @@ -422,7 +422,6 @@ void RwPollingTask::handleSpecialRequests() { writeOneRwCmd(idx, fd); } closeSpi(fd); - // usleep(rws::SPI_REPLY_DELAY); for (unsigned idx = 0; idx < rwCookies.size(); idx++) { if (specialRequestIds[idx] == DeviceHandlerIF::NO_COMMAND_ID) { continue;