summaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
authorDavid Gibson <dgibson@sneetch.(none)>2005-06-17 14:32:32 +1000
committerDavid Gibson <dgibson@sneetch.(none)>2005-06-17 14:32:32 +1000
commit9ad4587c904ce0eb58e5e747b3f3d99f03e8d21f (patch)
tree567954c8cdf933e2f5363deb839933c3be52dfbf /dtc.h
parent81f2e89c7551ef44a6203ab1cbb8228d09202572 (diff)
downloaddtc-9ad4587c904ce0eb58e5e747b3f3d99f03e8d21f.tar.gz
Remove build_empty_property(). It wasn't useful.
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dtc.h b/dtc.h
index 0a190d8..27a4852 100644
--- a/dtc.h
+++ b/dtc.h
@@ -156,7 +156,6 @@ struct node {
for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
struct property *build_property(char *name, struct data val, char *label);
-struct property *build_empty_property(char *name, char *label);
struct property *chain_property(struct property *first, struct property *list);
struct node *build_node(struct property *proplist, struct node *children);