add meson support
[protos/libecoli.git] / libecoli / ecoli_node_empty.h
diff --git a/libecoli/ecoli_node_empty.h b/libecoli/ecoli_node_empty.h
deleted file mode 100644 (file)
index ed5e32e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
- */
-
-/**
- * This node always matches an empty string vector
- */
-
-#ifndef ECOLI_NODE_EMPTY_
-#define ECOLI_NODE_EMPTY_
-
-struct ec_node *ec_node_empty(const char *id);
-
-#endif