removing dead code
This commit is contained in:
parent
2d45354f50
commit
7ed3a1df04
10
routed.cpp
10
routed.cpp
@ -73,16 +73,6 @@ int main (int argc, char * argv[]) {
|
|||||||
|
|
||||||
installCrashHandler(argv[0]);
|
installCrashHandler(argv[0]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Bug - testing not necessary. testDataFiles also tries to open the first
|
|
||||||
// argv, which is the name of exec file
|
|
||||||
//if(testDataFiles(argc, argv)==false) {
|
|
||||||
//std::cerr << "[error] at least one data file name seems to be bogus!" << std::endl;
|
|
||||||
//exit(-1);
|
|
||||||
//}
|
|
||||||
|
|
||||||
//std::cout << "fingerprint: " << UUID::GetInstance().GetUUID() << std::endl;
|
|
||||||
|
|
||||||
SimpleLogger().Write() <<
|
SimpleLogger().Write() <<
|
||||||
"starting up engines, compiled at " << __DATE__ << ", " __TIME__;
|
"starting up engines, compiled at " << __DATE__ << ", " __TIME__;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user