]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove unused field
authorMatt Joiner <anacrolix@gmail.com>
Fri, 11 Jul 2025 04:30:15 +0000 (14:30 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 11 Jul 2025 04:30:15 +0000 (14:30 +1000)
webseed/client.go

index 3fec2543061b88d8d59c9351d0d34ef6e1449af3..a3a1a2d60bd98ed9a2c4f2bb977f5f33df85f960 100644 (file)
@@ -43,7 +43,6 @@ type Request struct {
        Body   io.Reader
        // Closed with error to unstick copy routine when context isn't checked.
        bodyPipe *io.PipeReader
-       err      chan error
 }
 
 func (r Request) Cancel() {