Skip to content

Commit d8e9b4a

Browse files
committed
jsonprc2: remove unused code
1 parent 6deeb9b commit d8e9b4a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jsonrpc2.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ type Handler func(context.Context, *Request)
5050
// instead.
5151
type Canceler func(context.Context, *Conn, ID)
5252

53-
type handling struct {
54-
request *Request
55-
cancel context.CancelFunc
56-
start time.Time
57-
}
58-
5953
// Conn is a JSON RPC 2 client server connection.
6054
// Conn is bidirectional; it does not have a designated server or client end.
6155
type Conn struct {

0 commit comments

Comments
 (0)