opendj-server-legacy/src/main/java/org/opends/server/backends/MemoryBackend.java
@@ -251,14 +251,6 @@ /** {@inheritDoc} */ @Override public boolean isLocal() { // For the purposes of this method, this is a local backend. return true; } /** {@inheritDoc} */ @Override public boolean isIndexed(AttributeType attributeType, IndexType indexType) { // All searches in this backend will always be considered indexed.