commit | 33a916ace6bb3264fc1b2d3aec4c03fb0fc7650e | [log] [tgz] |
---|---|---|
author | Andrew Price <anprice@redhat.com> | Sun Apr 27 03:58:40 2014 +0100 |
committer | Andrew Price <anprice@redhat.com> | Sun Apr 27 03:58:40 2014 +0100 |
tree | 5eda64720fffd45f6dfb2b28b2273a861da50e95 | |
parent | 8562619e967d57aa34f8b6b2cec49a139197fa40 [diff] |
Clean up some unused functions, make others static Adding -Wmissing-prototypes showed some functions could be made static and my 'findunused' script showed some functions weren't being called. This patch was tested by building from scratch and running with various combinations of options. Signed-off-by: Andrew Price <anprice@redhat.com>