Remove not needed assignment operator
Related-To: NEO-4672 Change-Id: I5351b799b87dc79689d865034f4a216aae1d6b8b Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
db15e04f5f
commit
3928205db1
|
@ -37,6 +37,7 @@ struct SvmAllocationData {
|
|||
}
|
||||
}
|
||||
}
|
||||
SvmAllocationData &operator=(const SvmAllocationData &) = delete;
|
||||
GraphicsAllocation *cpuAllocation = nullptr;
|
||||
MultiGraphicsAllocation gpuAllocations;
|
||||
size_t size = 0;
|
||||
|
|
Loading…
Reference in New Issue