summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/anachronistic/apns/legacy.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/anachronistic/apns/legacy.go')
-rw-r--r--Godeps/_workspace/src/github.com/anachronistic/apns/legacy.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/Godeps/_workspace/src/github.com/anachronistic/apns/legacy.go b/Godeps/_workspace/src/github.com/anachronistic/apns/legacy.go
deleted file mode 100644
index 44da3dde8..000000000
--- a/Godeps/_workspace/src/github.com/anachronistic/apns/legacy.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package apns
-
-// This file exists to support backward-compatibility
-// as I gradually refactor and overhaul. Ideally, golint
-// should only complain about this file (and we should
-// try to keep its complaints to a minimum).
-
-// These variables map old identifiers to their current format.
-var (
- APPLE_PUSH_RESPONSES = ApplePushResponses
- FEEDBACK_TIMEOUT_SECONDS = FeedbackTimeoutSeconds
- IDENTIFIER_UBOUND = IdentifierUbound
- MAX_PAYLOAD_SIZE_BYTES = MaxPayloadSizeBytes
- TIMEOUT_SECONDS = TimeoutSeconds
-)