refactor: remove unused getBaseTimeout

Related-To: GSD-3612

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2023-06-30 10:52:11 +00:00
committed by Compute-Runtime-Automation
parent 8d3d7be7c8
commit f1f0f2410c
7 changed files with 1 additions and 58 deletions

View File

@@ -17,7 +17,3 @@ void KmdNotifyHelper::updateAcLineStatus() {
acLineConnected = (systemPowerStatus.ACLineStatus == 1);
}
}
int64_t KmdNotifyHelper::getBaseTimeout() const {
return properties->delayKmdNotifyMicroseconds;
}