Merge branch 'collectd-5.1' into collectd-5.2
[collectd.git] / src / utils_vl_lookup.c
index 0f86bff..2dada24 100644 (file)
@@ -84,10 +84,6 @@ struct by_type_entry_s
 };
 typedef struct by_type_entry_s by_type_entry_t;
 
-#define LU_IS_ANY(str) (strcmp (str, "/any/") == 0)
-#define LU_IS_ALL(str) (strcmp (str, "/all/") == 0)
-#define LU_IS_WILDCARD(str) (LU_IS_ANY(str) || LU_IS_ALL(str))
-
 /*
  * Private functions
  */