v3rpc: Tiny clean up

unreachable code
release-2.3
ngaut 2015-12-02 12:30:21 +08:00
parent 14210cf8a7
commit e142e073e8
1 changed files with 0 additions and 1 deletions

View File

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