Remove not needed methods from Device.

Change-Id: I179089a4b248ba1ebd6502e001fda18238c4767b
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-08-26 15:36:24 +02:00
committed by sys_ocldev
parent 7a5bc461eb
commit 7749f28f70
13 changed files with 38 additions and 87 deletions

View File

@@ -29,20 +29,4 @@ void DebugSettingsManager<DebugLevel>::writeToFile(std::string filename, const c
// Global Debug Settings Manager
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager;
// Global table of hardware prefixes
const char *hardwarePrefix[IGFX_MAX_PRODUCT] = {
nullptr,
};
// Global table of family names
const char *familyName[IGFX_MAX_CORE] = {
nullptr,
};
// Global table of family names
bool familyEnabled[IGFX_MAX_CORE] = {
false,
};
} // namespace NEO