mirror of https://github.com/BOINC/boinc.git
wrapper: remove unneeded debug code from the wrapper
This commit is contained in:
parent
98fbd13a9e
commit
0efd0b2738
|
@ -928,8 +928,6 @@ int main(int argc, char** argv) {
|
||||||
double checkpoint_cpu_time;
|
double checkpoint_cpu_time;
|
||||||
// total CPU time at last checkpoint
|
// total CPU time at last checkpoint
|
||||||
|
|
||||||
char buf[256];
|
|
||||||
_getcwd(buf, 256);
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
|
SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue