bc: G.sbgn and G.send are unused, remove them
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 20:17:43 +0000 (21:17 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 20:17:43 +0000 (21:17 +0100)
commitbbcecc4118416390571170868447fd2773a741bd
treedd9f85f810b1c2091a839506529c02321d0b6412
parent0fe270e77536c8248bbf1c6045229d7ec3aaf8d3
bc: G.sbgn and G.send are unused, remove them

function                                             old     new   delta
bc_program_index                                      66      64      -2
bc_parse_expr_empty_ok                              1840    1838      -2
dc_main                                              176     168      -8
bc_main                                               73      65      -8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-20)             Total: -20 bytes
   text    data     bss     dec     hex filename
 980327     485    7296  988108   f13cc busybox_old
 980307     485    7296  988088   f13b8 busybox_unstripped

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