mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
refactor: remove unused getBaseTimeout
Related-To: GSD-3612 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8d3d7be7c8
commit
f1f0f2410c
@@ -17,7 +17,3 @@ void KmdNotifyHelper::updateAcLineStatus() {
|
||||
acLineConnected = (systemPowerStatus.ACLineStatus == 1);
|
||||
}
|
||||
}
|
||||
|
||||
int64_t KmdNotifyHelper::getBaseTimeout() const {
|
||||
return properties->delayKmdNotifyMicroseconds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user