hush: simplify insert_job_into_table() a bit
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 Jul 2017 08:01:12 +0000 (10:01 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 Jul 2017 08:01:12 +0000 (10:01 +0200)
commit9e55a156f8a07297f620466e8173040336a7c48c
tree5fa21ca9eb7c73ec7fa59ef31862e4028c2895a1
parent1609629a918f0e5c8813a113447347db61be7b74
hush: simplify insert_job_into_table() a bit

function                                             old     new   delta
done_word                                            767     761      -6
insert_job_into_table                                325     264     -61
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 59/-126)           Total: -67 bytes

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