diff options
author | gonzo <gonzo@FreeBSD.org> | 2012-03-06 19:19:33 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2012-03-06 19:19:33 +0000 |
commit | 7378e795d9c7d5d6c13b62300ecb6454e34aa4f9 (patch) | |
tree | 491dfe7c3acf17939ccdc73a5461eb5b8c56fb99 /lib/csu | |
parent | ac880fa7c8eba95d2effa0a42b7c88775cdfe804 (diff) | |
download | FreeBSD-src-7378e795d9c7d5d6c13b62300ecb6454e34aa4f9.zip FreeBSD-src-7378e795d9c7d5d6c13b62300ecb6454e34aa4f9.tar.gz |
- Remove one more no-op #ifndef
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/mips/crt1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c index fa16748..94a3046 100644 --- a/lib/csu/mips/crt1.c +++ b/lib/csu/mips/crt1.c @@ -101,9 +101,7 @@ __start(char **ap, #ifdef GCRT monstartup(&eprol, &etext); #endif -#ifndef NOGPREL _init(); -#endif exit( main(argc, argv, env) ); } |