- Remove one more no-op #ifndef

This commit is contained in:
gonzo 2012-03-06 19:19:33 +00:00
parent ac880fa7c8
commit 7378e795d9

View File

@ -101,9 +101,7 @@ __start(char **ap,
#ifdef GCRT
monstartup(&eprol, &etext);
#endif
#ifndef NOGPREL
_init();
#endif
exit( main(argc, argv, env) );
}