refactor: Remove redundant specializations

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2025-09-15 13:19:46 +00:00
committed by Compute-Runtime-Automation
parent e2f533e2a1
commit 36237d7e9f
2 changed files with 0 additions and 11 deletions

View File

@@ -75,11 +75,6 @@ bool ProductHelperHw<gfxProduct>::isPageFaultSupported() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isKmdMigrationSupported() const {
return false;
}
template <>
bool ProductHelperHw<gfxProduct>::isDisableScratchPagesSupported() const {
return true;