diff --git a/include/villas/node.h b/include/villas/node.h index 85d376ded..ed6be9bbc 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -83,8 +83,6 @@ struct node int node_init(struct node *n, struct node_type *vt); -int node_init2(struct node *n); - /** Parse settings of a node. * * @param cfg A JSON object containing the configuration of the node.