refactor: remove not needed code in BuiltinFunctionsLibImpl

- builtins are released with the object, no need for explicit release of
just first builtin in array

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe 2024-12-24 08:07:10 +00:00 committed by Compute-Runtime-Automation
parent 435b6f8e28
commit 3abd99030a
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ struct BuiltinFunctionsLibImpl : BuiltinFunctionsLib {
BuiltinFunctionsLibImpl(Device *device, NEO::BuiltIns *builtInsLib);
~BuiltinFunctionsLibImpl() override {
this->ensureInitCompletionImpl();
builtins->reset();
imageBuiltins->reset();
}
Kernel *getFunction(Builtin func) override;