summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/reader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/import_export/reader.rb')
-rw-r--r--lib/gitlab/import_export/reader.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/import_export/reader.rb b/lib/gitlab/import_export/reader.rb
index 19defd8f03a..15f5dd31035 100644
--- a/lib/gitlab/import_export/reader.rb
+++ b/lib/gitlab/import_export/reader.rb
@@ -1,7 +1,6 @@
module Gitlab
module ImportExport
class Reader
-
attr_reader :tree
def initialize(shared:)
@@ -55,7 +54,6 @@ module Gitlab
@json_config_hash
end
-
# If the model is a hash, process the sub_models, which could also be hashes
# If there is a list, add to an existing array, otherwise use hash syntax
# +current_key+ main model that will be a key in the hash