Clean up unnecessary operation in GDB stub

This commit is contained in:
Jeffrey Pfau 2014-02-01 15:39:47 -08:00
parent 9435226c58
commit 325380989c
1 changed files with 0 additions and 1 deletions

View File

@ -450,7 +450,6 @@ int GDBStubListen(struct GDBStub* stub, int port, uint32_t bindAddress) {
if (flags == -1) {
goto cleanup;
}
flags |= O_NONBLOCK;
fcntl(stub->socket, F_SETFL, flags | O_NONBLOCK);
return 1;