Browse Source

v3rpc: Tiny clean up

unreachable code
ngaut 10 năm trước cách đây
mục cha
commit
e142e073e8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 		}
 	}
 }