From: Howard Chu Date: Wed, 2 Jan 2002 04:42:09 +0000 (+0000) Subject: Removed unused unbind stuff X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~375 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce9ac6d273517bf305a65e3e71918c2362477486;p=openldap Removed unused unbind stuff --- diff --git a/servers/slapd/back-ldbm/unbind.c b/servers/slapd/back-ldbm/unbind.c deleted file mode 100644 index d859d7a884..0000000000 --- a/servers/slapd/back-ldbm/unbind.c +++ /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 -#include - -#include "slap.h" - -void -ldbm_back_unbind( - Backend *be, - Connection *conn, - Operation *op -) -{ -}