diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index 746cee2aa180..39f110b002f8 100644 --- a/lib/csu/mips/crt1.c +++ b/lib/csu/mips/crt1.c @@ -66,9 +66,6 @@ extern int etext; char **environ; const char *__progname = ""; -void __gccmain(void) {} -void __main(void) {} - /* The entry function. */ void __start(char **ap,