Remove unused useSingleSubdevice flag

Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
Naklicki, Mateusz
2022-12-16 10:52:55 +00:00
committed by Compute-Runtime-Automation
parent 1df4adfd8b
commit 810241e2a8
15 changed files with 11 additions and 92 deletions

View File

@@ -31,7 +31,6 @@ struct BatchBuffer {
size_t usedSize,
LinearStream *stream,
void *endCmdPtr,
bool useSingleSubdevice,
bool hasStallingCmds,
bool hasRelaxedOrderingDependencies);
BatchBuffer() {}
@@ -51,7 +50,6 @@ struct BatchBuffer {
LinearStream *stream = nullptr;
void *endCmdPtr = nullptr;
bool useSingleSubdevice = false;
bool hasStallingCmds = false;
bool hasRelaxedOrderingDependencies = false;
bool ringBufferRestartRequest = false;