aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartekgola@gmail.com>2015-08-13 15:57:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-08-17 17:00:10 +0200
commitd077565bb27966c47ea6f0e9de092133954b5807 (patch)
tree16b326157ab4bec8ccc46890a1031bbe73afd0c0 /modutils
parentfb52769f4a18920e597359962addf60858f158b5 (diff)
downloadbusybox-d077565bb27966c47ea6f0e9de092133954b5807.tar.gz
unit-tests: remove unnecesary field from struct bbunit_listelem
In the initial submission struct bbunit_listelem was manipulated by custom list functions implemented in bbunit.c. Since the tests are now added to the list by llist_add_to_end(), which allocates the llist_t objects behind the scenes, there's no need for the *next field. function old new delta unit_main 142 141 -1 bbunit_strrstr_elem 24 16 -8 bbunit_obscure_weak_pass_elem 24 16 -8 bbunit_obscure_strong_pass_elem 24 16 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-25) Total: -25 bytes Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
0 files changed, 0 insertions, 0 deletions