From 5268beacb047ce02cb259577937a7d445971dbaa Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 4 Jul 2018 11:53:57 +0200 Subject: [PATCH] remove old function declaration --- include/villas/node.h | 2 -- 1 file changed, 2 deletions(-) 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.