diff --git a/maps.c b/maps.c index 11dd3d2..81f29c4 100644 --- a/maps.c +++ b/maps.c @@ -141,10 +141,6 @@ mapping_t consistency_policies[] = { }; mapping_t sysfs_array_states[] = { - /* - * Beware map_name() uses strcmp() so active-idle must come before - * active, to be detected correctly. - */ { "active-idle", ARRAY_ACTIVE_IDLE }, { "active", ARRAY_ACTIVE }, { "clear", ARRAY_CLEAR },