]> andersk Git - libyaml.git/blobdiff - src/emitter.c
This code is not needed and breaks tests
[libyaml.git] / src / emitter.c
index c4b56a26bb56e33cd3b2a54eee040211c39cae96..12894371745d9d7bc2f65a20bdf17e8d65e2a452 100644 (file)
@@ -1946,10 +1946,6 @@ yaml_emitter_write_plain_scalar(yaml_emitter_t *emitter,
 
     emitter->whitespace = 0;
     emitter->indention = 0;
-    if (emitter->root_context)
-    {
-        emitter->open_ended = 1;
-    }
 
     return 1;
 }
This page took 0.024946 seconds and 4 git commands to generate.