Remove leftover functions

This commit is contained in:
Alfonso Acosta
2016-10-29 11:37:39 +00:00
committed by Simon Howe
parent 2443f7a3c5
commit 411f8d729e

View File

@@ -47,8 +47,6 @@ func (mockPipe) CopyToWebsocket(io.ReadWriter, xfer.Websocket) error { return ni
func (mockPipe) Close() error { return nil }
func (mockPipe) Closed() bool { return false }
func (mockPipe) OnClose(func()) {}
func (mockPipe) GetTTY() xfer.TTY { return nil }
func (mockPipe) SetTTY(xfer.TTY) {}
func TestPipes(t *testing.T) {
oldNewPipe := controls.NewPipe