summaryrefslogtreecommitdiffstats
path: root/einterfaces/jobs/data_retention.go
diff options
context:
space:
mode:
Diffstat (limited to 'einterfaces/jobs/data_retention.go')
-rw-r--r--einterfaces/jobs/data_retention.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/einterfaces/jobs/data_retention.go b/einterfaces/jobs/data_retention.go
index 887ce561b..5910d6120 100644
--- a/einterfaces/jobs/data_retention.go
+++ b/einterfaces/jobs/data_retention.go
@@ -11,13 +11,3 @@ type DataRetentionInterface interface {
MakeWorker() model.Worker
MakeScheduler() model.Scheduler
}
-
-var theDataRetentionInterface DataRetentionInterface
-
-func RegisterDataRetentionInterface(newInterface DataRetentionInterface) {
- theDataRetentionInterface = newInterface
-}
-
-func GetDataRetentionInterface() DataRetentionInterface {
- return theDataRetentionInterface
-}