bc: remove "empty expression" check/message, parsing fails in these cases anyway
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Jan 2019 18:32:38 +0000 (19:32 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 14 Feb 2019 13:40:57 +0000 (14:40 +0100)
commitc28dc0b58bac65e3904828a82ea29712ba967e84
tree2ec1abd310b410b85f7ba9e9975dce84a00283dd
parent60fb5865978624171ca03a17c9a044c67cf0abb3
bc: remove "empty expression" check/message, parsing fails in these cases anyway

function                                             old     new   delta
zbc_parse_expr                                      1848    1818     -30

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c