Remove not used variable

Change-Id: I72f696948ca37ed7778fb081afe5f88d3abea4e9
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-11-08 13:19:57 +01:00
committed by sys_ocldev
parent ad2b8a0bbe
commit 0dafcfcce5

View File

@@ -855,10 +855,8 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueCommandWithoutKernel(
previousTimestampPacketNodes->makeResident(getGpgpuCommandStreamReceiver());
}
auto requiresCoherency = false;
for (auto surface : CreateRange(surfaces, surfaceCount)) {
surface->makeResident(getGpgpuCommandStreamReceiver());
requiresCoherency |= surface->IsCoherent;
}
if (enqueueProperties.operation == EnqueueProperties::Operation::Blit) {