1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00

Tests: Fix -Wunreachable-code warnings from clang

This commit is contained in:
Nico Weber 2021-10-07 13:52:26 -04:00 committed by Andreas Kling
parent 1cdb12e920
commit 96666f3209
5 changed files with 0 additions and 7 deletions

View file

@ -22,7 +22,6 @@ int main(int, char**)
printf("ST: close()\n");
close(pipefds[1]);
pthread_exit(nullptr);
return nullptr;
},
nullptr);