Browse Source

v3rpc: Tiny clean up

unreachable code
ngaut 10 years ago
parent
commit
e142e073e8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      etcdserver/api/v3rpc/watch.go

+ 0 - 1
etcdserver/api/v3rpc/watch.go

@@ -79,7 +79,6 @@ func sendLoop(stream pb.Watch_WatchServer, watcher storage.Watcher, closec chan
 				}
 				storage.ReportEventReceived()
 			}
-			return
 		}
 	}
 }