refactor: Remove global CompilerProductHelper gettter 2/n

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-01-23 16:24:42 +00:00
committed by Compute-Runtime-Automation
parent 29012cb6ca
commit 3c6e7e12be
10 changed files with 30 additions and 17 deletions

View File

@@ -48,5 +48,6 @@ HelperType &DeviceFixture::getHelper() const {
template ProductHelper &DeviceFixture::getHelper<ProductHelper>() const;
template GfxCoreHelper &DeviceFixture::getHelper<GfxCoreHelper>() const;
template CompilerProductHelper &DeviceFixture::getHelper<CompilerProductHelper>() const;
} // namespace NEO