Trim dead bits of code

This commit is contained in:
Jakob Borg
2014-09-04 22:07:59 +02:00
parent e586fda5f2
commit a40217cf07
7 changed files with 0 additions and 28 deletions

View File

@@ -5,7 +5,6 @@
package protocol
import (
"bufio"
"encoding/binary"
"encoding/hex"
"errors"
@@ -86,9 +85,7 @@ type rawConnection struct {
state int
cr *countingReader
cw *countingWriter
wb *bufio.Writer
awaiting [4096]chan asyncResult
awaitingMut sync.Mutex