aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/peterh/liner/signal_legacy.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/peterh/liner/signal_legacy.go')
-rw-r--r--Godeps/_workspace/src/github.com/peterh/liner/signal_legacy.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/Godeps/_workspace/src/github.com/peterh/liner/signal_legacy.go b/Godeps/_workspace/src/github.com/peterh/liner/signal_legacy.go
deleted file mode 100644
index fa3672daa..000000000
--- a/Godeps/_workspace/src/github.com/peterh/liner/signal_legacy.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build !go1.1,!windows
-
-package liner
-
-import (
- "os"
-)
-
-func stopSignal(c chan<- os.Signal) {
- // signal.Stop does not exist before Go 1.1
-}