From 71d5f7dc64c48218de36033656448e8937ee4e95 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 28 Oct 2019 18:04:50 +0100 Subject: [PATCH] Remove unused struct fields (#12924) --- app/notification_push.go | 1 - cmd/mattermost/commands/server_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/app/notification_push.go b/app/notification_push.go index eb26910774..df1b0384dd 100644 --- a/app/notification_push.go +++ b/app/notification_push.go @@ -29,7 +29,6 @@ type PushNotificationsHub struct { } type PushNotification struct { - id string notificationType NotificationType currentSessionId string userId string diff --git a/cmd/mattermost/commands/server_test.go b/cmd/mattermost/commands/server_test.go index c34a3358b8..dfcf78caf1 100644 --- a/cmd/mattermost/commands/server_test.go +++ b/cmd/mattermost/commands/server_test.go @@ -16,7 +16,6 @@ import ( ) type ServerTestHelper struct { - configStore config.Store disableConfigWatch bool interruptChan chan os.Signal originalInterval int