mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Remove an unused function, mark a bunch of other functions and variables
as static. Mostly found by sparse.
This commit is contained in:
parent
41916138dd
commit
230f253e9b
4 changed files with 13 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue