IOS7: Remove exit for normal application termination

With the kFeatureNoQuit being now used, it should not get
there anyway.
This commit is contained in:
Thierry Crozat 2020-04-16 00:27:30 +01:00
parent 8958fe0f7b
commit be6372df9c

View file

@ -415,7 +415,4 @@ void iOS7_main(int argc, char **argv) {
//*stderr = NULL;
fclose(newfp);
}
// prevents hanging on exit
exit(0);
}