summaryrefslogtreecommitdiff
path: root/lib/backup/lfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/lfs.rb')
-rw-r--r--lib/backup/lfs.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/backup/lfs.rb b/lib/backup/lfs.rb
deleted file mode 100644
index e92f235a2d7..00000000000
--- a/lib/backup/lfs.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-# frozen_string_literal: true
-
-module Backup
- class Lfs < Backup::Files
- def initialize(progress)
- super(progress, 'lfs', Settings.lfs.storage_path)
- end
-
- override :human_name
- def human_name
- _('lfs objects')
- end
- end
-end