Explorar el Código

v3rpc: Tiny clean up

unreachable code
ngaut hace 10 años
padre
commit
e142e073e8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
 		}
 	}
 }