X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-df%2Fvirt_df_lvm2_parser.mly;h=c4ee57424e600cf2c90cc2c91896ffa82a24bbcd;hb=0bdb08c61ec66a16a81c2778a2a76cac77b08fda;hp=9f47ced1a09fa31cb429d58a0e668942abf8fe56;hpb=81294675f6a5058a3381871f1dc99c806922d77c;p=virt-top.git diff --git a/virt-df/virt_df_lvm2_parser.mly b/virt-df/virt_df_lvm2_parser.mly index 9f47ced..c4ee574 100644 --- a/virt-df/virt_df_lvm2_parser.mly +++ b/virt-df/virt_df_lvm2_parser.mly @@ -44,8 +44,8 @@ input : lines EOF { List.rev $1 } ; -lines : /* empty */ { prerr_endline "empty line"; [] } - | lines line { prerr_endline "input line"; $2 :: $1 } +lines : /* empty */ { [] } + | lines line { $2 :: $1 } ; line : /* empty */ /* These dummy entries get removed after parsing. */