summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-10 17:15:20 +0200
committerJames Lopez <james@jameslopez.es>2016-05-10 17:15:20 +0200
commita5d59f075a4a9a301ef985eb7cc6cdfdf3e73955 (patch)
tree4ba912caf343c7a1d0fd77894f368a400065aec5 /lib/gitlab/import_export.rb
parent6a12ff6345e517af9cf07cb61f3a0ea85562f399 (diff)
downloadgitlab-ce-a5d59f075a4a9a301ef985eb7cc6cdfdf3e73955.tar.gz
added better error handling. Also refactored some of the code and fixed a few issues in project_tree_saver
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 655373c03af..6835411ba70 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -6,10 +6,6 @@ module Gitlab
File.join(storage_path, relative_path)
end
- def project_tree
- Gitlab::ImportExport::ImportExportReader.new.project_tree
- end
-
def storage_path
File.join(Settings.shared['path'], 'tmp/project_exports')
end