bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 3 Jan 2019 23:34:52 +0000 (00:34 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 14 Feb 2019 13:40:57 +0000 (14:40 +0100)
commitfb001145e1a7363a40a69592e0c1426dd24eb84f
tree19cf438b888e065680a0cf2c03bb0c6920985326
parentef2e6a8062208aa6443dd7764ff34ff155f4487a
bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant

function                                             old     new   delta
zbc_program_call                                     332     318     -14
zxc_program_exec                                    4147    4087     -60
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-74)             Total: -74 bytes

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