graph_instance.[ch]: Implement "inst_describe".
[collection4.git] / graph_ident.c
index 454cc1a..b008a56 100644 (file)
@@ -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
  */