Remove not used member from CommandQueue
Change-Id: Iea72adfb9dbd34569c69c53b47f36e68f42ecd00 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
parent
1f6dde3f02
commit
12300ee00b
|
@ -463,7 +463,6 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
|||
|
||||
LinearStream *commandStream = nullptr;
|
||||
|
||||
bool mapDcFlushRequired = false;
|
||||
bool isSpecialCommandQueue = false;
|
||||
bool requiresCacheFlushAfterWalker = false;
|
||||
bool multiEngineQueue = false;
|
||||
|
|
Loading…
Reference in New Issue