X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=libecoli%2Fecoli_node_space.h;fp=libecoli%2Fecoli_node_space.h;h=0000000000000000000000000000000000000000;hb=18d03456d96f7a086a2ccc82ce97fcf056848d90;hp=0dd62022c6cdcc9535478b9461ff876c78e8937c;hpb=a1571d413d2acac5d4a4fbdf2e50b2d1a6da3aa6;p=protos%2Flibecoli.git diff --git a/libecoli/ecoli_node_space.h b/libecoli/ecoli_node_space.h deleted file mode 100644 index 0dd6202..0000000 --- a/libecoli/ecoli_node_space.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: BSD-3-Clause - * Copyright 2016, Olivier MATZ - */ - -/** - * 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