1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

removed obsolete profiling

This commit is contained in:
Zeno Rogue
2021-03-09 10:45:44 +01:00
parent c4ab8cca8b
commit 95d4e942e2
5 changed files with 0 additions and 67 deletions

View File

@@ -63,7 +63,6 @@ EX int hyper_main(int argc, char **argv) {
#endif
mainloop();
finishAll();
profile_info();
return 0;
}
}