mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove unreachable code
go vet was complaining, common/websocketconn/websocketconn.go:56:2: unreachable code
This commit is contained in:
parent
ca9ae12c38
commit
28cf70bb44
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ func readLoop(w io.Writer, ws *websocket.Conn) error {
|
|||
return err
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func writeLoop(ws *websocket.Conn, r io.Reader) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue