mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:
@ -37,6 +37,7 @@ struct SvmAllocationData {
|
||||
}
|
||||
}
|
||||
}
|
||||
SvmAllocationData &operator=(const SvmAllocationData &) = delete;
|
||||
GraphicsAllocation *cpuAllocation = nullptr;
|
||||
MultiGraphicsAllocation gpuAllocations;
|
||||
size_t size = 0;
|
||||
|
Reference in New Issue
Block a user