Remove an unused function, mark a bunch of other functions and variables

as static.  Mostly found by sparse.
This commit is contained in:
David Gibson 2005-08-29 12:48:02 +10:00
parent 41916138dd
commit 230f253e9b
4 changed files with 13 additions and 27 deletions

View file

@ -91,7 +91,7 @@ static enum proptype guess_type(struct property *prop)
}
void write_tree_source_node(FILE *f, struct node *tree, int level)
static void write_tree_source_node(FILE *f, struct node *tree, int level)
{
struct property *prop;
struct node *child;