[offload][l0][nfc] remove duplicated entry (#185855)

Remove left over function by mistake from #185404
This commit is contained in:
Alex Duran 2026-03-11 11:55:30 +01:00 committed by GitHub
parent a1c59724d2
commit 789fea83bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -271,11 +271,6 @@ Error LevelZeroPluginTy::asyncBarrierImpl(omp_interop_val_t *Interop) {
return Plugin::success();
}
// We only need to check for formats other than ELF here
Expected<bool> LevelZeroPluginTy::isImageCompatible(StringRef Image) const {
return identify_magic(Image) == file_magic::spirv_object;
}
} // namespace llvm::omp::target::plugin
extern "C" {