From 687d363deafb286c8ba9c77bc93893ea1f28a3a8 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 24 Jul 2000 23:10:50 +0000 Subject: [PATCH] The "Ensures" condition for dns_db_deleterdataset was obviously wrong. --- lib/dns/include/dns/db.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h index ae94e1ed67..bf01c18545 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: db.h,v 1.50 2000/06/22 21:55:33 tale Exp $ */ +/* $Id: db.h,v 1.51 2000/07/24 23:10:50 bwelling Exp $ */ #ifndef DNS_DB_H #define DNS_DB_H 1 @@ -1109,10 +1109,6 @@ dns_db_deleterdataset(dns_db_t *db, dns_dbnode_t *node, * * If 'covers' != 0, 'type' must be SIG. * - * Ensures: - * - * On success, 'rdataset' is associated with the found rdataset. - * * Returns: * * ISC_R_SUCCESS