Remove unused code

This commit is contained in:
Michael Kozono 2019-04-22 23:13:54 +00:00 committed by Stan Hu
parent 84a1e37f4a
commit e6327316b6

View file

@ -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