asm: remove references to old mie api

This commit is contained in:
2026-03-16 15:08:31 +00:00
parent 016ee11f75
commit 597b3e678e
3 changed files with 5 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
#include <mie/target/target.h>
#if 0
extern const struct mie_target_select_ops __ivy_select_ops;
static const struct mie_target ivy_target = {
@@ -11,3 +10,4 @@ const struct mie_target *ivy_asm_mie_target(void)
{
return &ivy_target;
}
#endif