Commit 3e2f9c5b authored by Geoff Simmons's avatar Geoff Simmons

tree_fini() is static.

parent a4edfb4d
......@@ -496,7 +496,7 @@ node_fini(struct req *req, struct node *node)
}
/* recursively fini all nodes */
inline void
static inline void
tree_fini(struct req *req, struct node *node)
{
struct node *child;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment