opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java
@@ -107,12 +107,6 @@ //check the type switch (type) { case EQUAL_BINDRULE_TYPE: if (currentTime == timeRef) { matched=EnumEvalResult.TRUE; } break; case NOT_EQUAL_BINDRULE_TYPE: if (currentTime != timeRef) {