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>
Tue, 8 Jan 2019 18:32:38 +0000 (19:32 +0100)
commita1698a15dc93e429732d513ecfa3f1be723b51c5
treedc7d425f8259ab6ec1596fa7f5f5aecd86bf6a44
parent132d7c098b1f74ae9b85fc47c15ce4f35c9dd86a
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