Loading cmds/screencap/screencap.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -196,9 +196,6 @@ int main(int argc, char** argv) return 1; } void const* mapbase = MAP_FAILED; ssize_t mapsize = -1; void* base = NULL; // setThreadPoolMaxThreadCount(0) actually tells the kernel it's Loading Loading @@ -278,9 +275,6 @@ int main(int argc, char** argv) } } close(fd); if (mapbase != MAP_FAILED) { munmap((void *)mapbase, mapsize); } return 0; } Loading
cmds/screencap/screencap.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -196,9 +196,6 @@ int main(int argc, char** argv) return 1; } void const* mapbase = MAP_FAILED; ssize_t mapsize = -1; void* base = NULL; // setThreadPoolMaxThreadCount(0) actually tells the kernel it's Loading Loading @@ -278,9 +275,6 @@ int main(int argc, char** argv) } } close(fd); if (mapbase != MAP_FAILED) { munmap((void *)mapbase, mapsize); } return 0; }