Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/psych/visitors/to_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@ def deduplicate key
end
end

def merge_key hash, key, val
end

def revive klass, node
s = register(node, klass.allocate)
init_with(s, revive_hash({}, node, true), node)
Expand Down
3 changes: 0 additions & 3 deletions lib/psych/visitors/yaml_tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,6 @@ def visit_hash_subclass o
end
end

def dump_list o
end

def dump_exception o, msg
tag = ['!ruby/exception', o.class.name].join ':'

Expand Down