mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 18:51:17 +00:00
Remove leftover functions
This commit is contained in:
committed by
Simon Howe
parent
2443f7a3c5
commit
411f8d729e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user