refactor: remove not used function
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
c9a21c158e
commit
3438a14fc4
|
@ -67,10 +67,6 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
namespace NEO {
|
|
||||||
bool releaseFP64Override();
|
|
||||||
} // namespace NEO
|
|
||||||
|
|
||||||
namespace L0 {
|
namespace L0 {
|
||||||
|
|
||||||
DeviceImp::DeviceImp() : bcsSplit(*this){};
|
DeviceImp::DeviceImp() : bcsSplit(*this){};
|
||||||
|
|
Loading…
Reference in New Issue