Browse Source

Remove old, unused Framer field.

Brad Fitzpatrick 11 years ago
parent
commit
cfd7c4e8e3
1 changed files with 0 additions and 1 deletions
  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