Skip to content

Commit 44b084f

Browse files
committed
jsonrpc2: remove unused field
1 parent b09528a commit 44b084f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsonrpc2.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ type Conn struct {
6060
Capacity int
6161
RejectIfOverloaded bool
6262
stream Stream
63-
err error
6463
pendingMu sync.Mutex // protects the pending map
6564
pending map[ID]chan *Response
6665
handlingMu sync.Mutex // protects the handling map

0 commit comments

Comments
 (0)