Remove unused code
This commit is contained in:
parent
84a1e37f4a
commit
e6327316b6
1 changed files with 0 additions and 6 deletions
|
@ -104,11 +104,5 @@ module Storage
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
def remove_legacy_exports!
|
||||
legacy_export_path = File.join(Gitlab::ImportExport.storage_path, full_path_was)
|
||||
|
||||
FileUtils.rm_rf(legacy_export_path)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue