diff --git a/samples/wrapper/wrapper.cpp b/samples/wrapper/wrapper.cpp index e3c77e7d57..ed88b08a86 100644 --- a/samples/wrapper/wrapper.cpp +++ b/samples/wrapper/wrapper.cpp @@ -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