add meson support
[protos/libecoli.git] / libecoli / ecoli_node_space.h
diff --git a/libecoli/ecoli_node_space.h b/libecoli/ecoli_node_space.h
deleted file mode 100644 (file)
index 0dd6202..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
- */
-
-/**
- * This node matches one string in the vector if it is only composed of
- * spaces, as interpreted by isspace().
- */
-
-#ifndef ECOLI_NODE_SPACE_
-#define ECOLI_NODE_SPACE_
-
-/* no API for now, since there is no specific configuration for this node */
-
-#endif