opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1210,19 +1210,6 @@ } /** * Clears the Db associated with that server. */ public void clearDb() { for (ReplicationServerDomain rsd : getReplicationServerDomains()) { rsd.clearDbs(); } this.changelogDB.clearCNIndexDB(); } /** * Get the assured mode timeout. * @return The assured mode timeout. */