diff options
author | Ron Yorston <rmy@pobox.com> | 2022-05-20 12:50:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-05-20 12:50:34 +0100 |
commit | bd584ee9d76ca4353fcd5af87a4f413316d3a552 (patch) | |
tree | b2803fbe4b92f680ee834f3fdcc702e11dc3bb82 /libbb | |
parent | eca8fe9c69bd15760ba5206f9ddd7bbf825bcda1 (diff) | |
download | busybox-w32-bd584ee9d76ca4353fcd5af87a4f413316d3a552.tar.gz busybox-w32-bd584ee9d76ca4353fcd5af87a4f413316d3a552.tar.bz2 busybox-w32-bd584ee9d76ca4353fcd5af87a4f413316d3a552.zip |
ash: code shrink
Commit 6f8b2f450 (ash: forkshell code shrink) noted that certain
global variables were being passed around in the forkshell structure
unnecessarily.
In fact, since the variables are global there's no need to pass
them to the *_size()/*_copy() functions at all. This only saves
32 bytes of bloat (the compiler got there ahead of us) but it does
make the code tidier.
Diffstat (limited to 'libbb')
0 files changed, 0 insertions, 0 deletions