Clean up unnecessary operation in GDB stub
Jeffrey Pfau jeffrey@endrift.com
Sat, 01 Feb 2014 15:39:47 -0800
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/debugger/gdb-stub.c
→
src/debugger/gdb-stub.c
@@ -450,7 +450,6 @@ int flags = fcntl(stub->socket, F_GETFL);
if (flags == -1) { goto cleanup; } - flags |= O_NONBLOCK; fcntl(stub->socket, F_SETFL, flags | O_NONBLOCK); return 1;