]> git.sur5r.net Git - openldap/commitdiff
Removed unused unbind stuff
authorHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 04:42:09 +0000 (04:42 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 04:42:09 +0000 (04:42 +0000)
servers/slapd/back-ldbm/unbind.c [deleted file]

diff --git a/servers/slapd/back-ldbm/unbind.c b/servers/slapd/back-ldbm/unbind.c
deleted file mode 100644 (file)
index d859d7a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* unbind.c - handle an ldap unbind operation */
-/* $OpenLDAP$ */
-/*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
- */
-
-#include "portable.h"
-
-#include <stdio.h>
-#include <ac/socket.h>
-
-#include "slap.h"
-
-void
-ldbm_back_unbind(
-       Backend     *be,
-       Connection  *conn,
-       Operation   *op
-)
-{
-}