diff --git a/notifications/notifications.go b/notifications/notifications.go
index e09a16eaff4bd9fa1e008a3e9e5e37c924d33549..e74f851f2d59cd712e813fcc1922019a960cac48 100644
--- a/notifications/notifications.go
+++ b/notifications/notifications.go
@@ -40,10 +40,6 @@ import (
 
 // Function type definitions for the main operations (poll and notify)
 type NotifyFunc func(*pb.NotificationData, *apns.ApnsComm, *firebase.FirebaseComm, *storage.Storage) error
-type ApnsSender interface {
-	//Send(token string, p apns.Payload, opts ...apns.SendOption) (*apns.Response, error)
-	Push(n *apns2.Notification) (*apns2.Response, error)
-}
 
 // Params struct holds info passed in for configuration
 type Params struct {