Procházet zdrojové kódy

Remove old, unused Framer field.

Brad Fitzpatrick před 11 roky
rodič
revize
cfd7c4e8e3
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      frame.go

+ 0 - 1
frame.go

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