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

Remove unused code

See merge request gitlab-org/gitlab-ce!27557
This commit is contained in:
Stan Hu 2019-04-22 23:13:55 +00:00
commit 46bdbc5d77
1 changed files with 0 additions and 6 deletions

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