Parcourir la source

Remove old, unused Framer field.

Brad Fitzpatrick il y a 11 ans
Parent
commit
cfd7c4e8e3
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      frame.go

+ 0 - 1
frame.go

@@ -255,7 +255,6 @@ type Frame interface {
 // A Framer reads and writes Frames.
 type Framer struct {
 	r         io.Reader
-	lr        io.LimitedReader
 	lastFrame Frame
 
 	maxReadSize uint32