summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/tylerb/graceful/signal_appengine.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tylerb/graceful/signal_appengine.go')
-rw-r--r--vendor/github.com/tylerb/graceful/signal_appengine.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/tylerb/graceful/signal_appengine.go b/vendor/github.com/tylerb/graceful/signal_appengine.go
deleted file mode 100644
index 6b776f08..00000000
--- a/vendor/github.com/tylerb/graceful/signal_appengine.go
+++ /dev/null
@@ -1,13 +0,0 @@
-//+build appengine
-
-package graceful
-
-import "os"
-
-func signalNotify(interrupt chan<- os.Signal) {
- // Does not notify in the case of AppEngine.
-}
-
-func sendSignalInt(interrupt chan<- os.Signal) {
- // Does not send in the case of AppEngine.
-}