summaryrefslogtreecommitdiffhomepage
path: root/server/fsm_test.go
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-06-23 22:33:08 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-06-23 22:33:08 +0900
commitc9e86a9416503f6b128bf3c0329c8f612525b919 (patch)
tree54b79f5c01bc2960fd05e3ce6fd00b9762957402 /server/fsm_test.go
parente8a596e4cdbea73b0778313837312c7eed7a79cf (diff)
server: delete unused functions and variables
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'server/fsm_test.go')
-rw-r--r--server/fsm_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/fsm_test.go b/server/fsm_test.go
index 519a2382..f973fb76 100644
--- a/server/fsm_test.go
+++ b/server/fsm_test.go
@@ -34,7 +34,6 @@ type MockConnection struct {
recvCh chan chan byte
sendBuf [][]byte
currentCh chan byte
- readBytes int
isClosed bool
wait int
}