X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=graph_ident.c;h=b008a56dac3ae6da05fc3e5d0b2b44b141f826fa;hb=586ff0da90125e8449db2ee1b5894c5883255daa;hp=454cc1a1cd9141e3dee50f715663416eff2347e2;hpb=0a4d88e7530531c01324af54e881ca770edd10d2;p=collection4.git diff --git a/graph_ident.c b/graph_ident.c index 454cc1a..b008a56 100644 --- a/graph_ident.c +++ b/graph_ident.c @@ -8,9 +8,6 @@ #include "common.h" #include "filesystem.h" -#define IS_ANY(str) (((str) != NULL) && (strcasecmp (ANY_TOKEN, (str)) == 0)) -#define IS_ALL(str) (((str) != NULL) && (strcasecmp (ALL_TOKEN, (str)) == 0)) - /* * Data types */