Revert "Imported Upstream version 1.2.7"
[platform/upstream/harfbuzz.git] / src / hb-buffer-deserialize-text.rl
index 8a682f7..8856580 100644 (file)
@@ -111,8 +111,8 @@ _hb_buffer_deserialize_glyphs_text (hb_buffer_t *buffer,
 
   const char *eof = pe, *tok = NULL;
   int cs;
-  hb_glyph_info_t info = {0};
-  hb_glyph_position_t pos = {0};
+  hb_glyph_info_t info;
+  hb_glyph_position_t pos;
   %%{
     write init;
     write exec;