diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-23 22:33:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-23 22:33:08 +0900 |
commit | c9e86a9416503f6b128bf3c0329c8f612525b919 (patch) | |
tree | 54b79f5c01bc2960fd05e3ce6fd00b9762957402 /server/fsm_test.go | |
parent | e8a596e4cdbea73b0778313837312c7eed7a79cf (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.go | 1 |
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 } |