refactor: remove not used function

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2025-04-30 15:38:33 +00:00 committed by Compute-Runtime-Automation
parent c9a21c158e
commit 3438a14fc4
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@
#include <algorithm>
#include <array>
namespace NEO {
bool releaseFP64Override();
} // namespace NEO
namespace L0 {
DeviceImp::DeviceImp() : bcsSplit(*this){};