mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove not needed virtual.
Change-Id: Ifb335a67753bc99a74d4c991d48c8d83e9e3d826 Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
918711c865
commit
a3f5e70e6a
@ -75,7 +75,7 @@ class HostPtrSurface : public Surface {
|
||||
return isPtrCopyAllowed;
|
||||
}
|
||||
|
||||
virtual bool allowsL3Caching() override {
|
||||
bool allowsL3Caching() override {
|
||||
return isL3Capable(*gfxAllocation);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user