Commit 46bdbc5d authored by Stan Hu's avatar Stan Hu

Merge branch 'mk/remove-unused-code' into 'master'

Remove unused code

See merge request gitlab-org/gitlab-ce!27557
parents 84a1e37f e6327316
...@@ -104,11 +104,5 @@ module Storage ...@@ -104,11 +104,5 @@ module Storage
end end
end 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
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