YAML: cleanup, remove unreachable code

db4
Jon Harper 2014-04-05 15:29:03 +02:00 committed by John Benediktsson
parent a9e3d86146
commit 514d3f72f9
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ DEFER: parse-mapping
dup type>> {
{ YAML_SEQUENCE_START_EVENT [ (parse-sequence) ] }
{ YAML_MAPPING_START_EVENT [ (parse-mapping) ] }
{ YAML_ALIAS_EVENT [ 2nip deref-anchor ] }
[ throw ]
} case ;