Commit e6327316 authored by Michael Kozono's avatar Michael Kozono Committed by Stan Hu

Remove unused code

parent 84a1e37f
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment