Remove not used member from CommandQueue

Change-Id: Iea72adfb9dbd34569c69c53b47f36e68f42ecd00
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz 2019-10-23 08:13:35 +02:00 committed by sys_ocldev
parent 1f6dde3f02
commit 12300ee00b
1 changed files with 0 additions and 1 deletions

View File

@ -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;