From 8755c4e067f7fc6243904315e0513d0056f04f32 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 2 Feb 2002 10:13:16 +0000 Subject: [PATCH] Deleted unneeded unbind.c --- servers/slapd/back-perl/Makefile.in | 4 +-- servers/slapd/back-perl/external.h | 2 -- servers/slapd/back-perl/unbind.c | 41 ----------------------------- 3 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 servers/slapd/back-perl/unbind.c diff --git a/servers/slapd/back-perl/Makefile.in b/servers/slapd/back-perl/Makefile.in index 84a8559de8..dd0b30d286 100644 --- a/servers/slapd/back-perl/Makefile.in +++ b/servers/slapd/back-perl/Makefile.in @@ -10,9 +10,9 @@ # ########################################################################## -SRCS = init.c search.c close.c config.c bind.c unbind.c compare.c \ +SRCS = init.c search.c close.c config.c bind.c compare.c \ modify.c add.c modrdn.c delete.c -OBJS = init.lo search.lo close.lo config.lo bind.lo unbind.lo compare.lo \ +OBJS = init.lo search.lo close.lo config.lo bind.lo compare.lo \ modify.lo add.lo modrdn.lo delete.lo LDAP_INCDIR= ../../../include diff --git a/servers/slapd/back-perl/external.h b/servers/slapd/back-perl/external.h index 5dce46eb72..8962c5feed 100644 --- a/servers/slapd/back-perl/external.h +++ b/servers/slapd/back-perl/external.h @@ -16,8 +16,6 @@ extern BI_db_config perl_back_db_config; extern BI_op_bind perl_back_bind; -extern BI_op_unbind perl_back_unbind; - extern BI_op_search perl_back_search; extern BI_op_compare perl_back_compare; diff --git a/servers/slapd/back-perl/unbind.c b/servers/slapd/back-perl/unbind.c deleted file mode 100644 index a79f9062f8..0000000000 --- a/servers/slapd/back-perl/unbind.c +++ /dev/null @@ -1,41 +0,0 @@ -/* $OpenLDAP$ */ -/* - * Copyright 1999, John C. Quillan, All rights reserved. - * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. - */ - -#include "portable.h" - /* init.c - initialize shell backend */ - -#include -/* #include - #include -*/ - -#include -#include - -#include "slap.h" -#include "perl_back.h" - - -/********************************************************** - * - * UnBind - * - **********************************************************/ -int -perl_back_unbind( - Backend *be, - Connection *conn, - Operation *op -) -{ - Debug( LDAP_DEBUG_TRACE, "Perl UNBIND\n", 0, 0, 0 ); - return 0; -} - -- 2.39.5