- Remove one more no-op #ifndef

This commit is contained in:
Oleksandr Tymoshenko 2012-03-06 19:19:33 +00:00
parent 723616952d
commit dae259f8c4

View File

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