wrapper: remove unneeded debug code from the wrapper

This commit is contained in:
Rom Walton 2013-01-28 11:32:36 -05:00 committed by Oliver Bock
parent 98fbd13a9e
commit 0efd0b2738
1 changed files with 0 additions and 2 deletions

View File

@ -928,8 +928,6 @@ int main(int argc, char** argv) {
double checkpoint_cpu_time;
// total CPU time at last checkpoint
char buf[256];
_getcwd(buf, 256);
#ifdef _WIN32
SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
#endif