summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/repl5_plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/replication/repl5_plugins.c')
-rw-r--r--ldap/servers/plugins/replication/repl5_plugins.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ldap/servers/plugins/replication/repl5_plugins.c b/ldap/servers/plugins/replication/repl5_plugins.c
index a26be9ef..226e91d8 100644
--- a/ldap/servers/plugins/replication/repl5_plugins.c
+++ b/ldap/servers/plugins/replication/repl5_plugins.c
@@ -1424,13 +1424,3 @@ multimaster_be_state_change (void *handle, char *be_name, int old_be_state, int
object_release (r_obj);
}
-
-#ifdef NOTUSED
-/* Keeping the function just in case */
-static void
-close_changelog_for_replica (Object *r_obj)
-{
- if (cl5GetState () == CL5_STATE_OPEN)
- cl5CloseDB (r_obj);
-}
-#endif