summaryrefslogtreecommitdiff
path: root/vendor/github.com/moby/term/term_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/moby/term/term_unix.go')
-rw-r--r--vendor/github.com/moby/term/term_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/moby/term/term_unix.go b/vendor/github.com/moby/term/term_unix.go
index 2ec7706..579ce55 100644
--- a/vendor/github.com/moby/term/term_unix.go
+++ b/vendor/github.com/moby/term/term_unix.go
@@ -81,7 +81,7 @@ func setRawTerminal(fd uintptr) (*State, error) {
return makeRaw(fd)
}
-func setRawTerminalOutput(fd uintptr) (*State, error) {
+func setRawTerminalOutput(uintptr) (*State, error) {
return nil, nil
}