worker: Remove unreachable statement.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Jan 2013 01:19:58 +0000 (17:19 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Jan 2013 18:38:13 +0000 (10:38 -0800)
Nothing ever breaks out of the loop, so this statement couldn't be reached.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
lib/worker.c

index eceac3d..b6d268d 100644 (file)
@@ -447,8 +447,6 @@ rxbuf_run(struct rxbuf *rx, int sock, size_t header_len)
             }
         }
     }
-
-    return EAGAIN;
 }
 
 static struct iovec *