Skip to content

Commit

Permalink
Remove unused open/pclose shims in util.c (old libxmp hack).
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Mar 3, 2025
1 parent 88462fc commit 9a6acd6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,15 +641,3 @@ void __stack_chk_fail(void)
}

#endif // __amigaos__

#if defined(CONFIG_PSP) || defined(CONFIG_NDS)
FILE *popen(const char *command, const char *type)
{
return NULL;
}

int pclose(FILE *stream)
{
return 0;
}
#endif // CONFIG_PSP || CONFIG_NDS

0 comments on commit 9a6acd6

Please sign in to comment.