2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Remove declaration of REQUIRE

This commit is contained in:
Brian Wellington 2000-06-26 23:35:00 +00:00
parent 347ccc2716
commit c1ecf4ace2

View File

@ -15,10 +15,7 @@
* SOFTWARE.
*/
/* $Id: lwbuffer.c,v 1.6 2000/06/22 21:59:30 tale Exp $ */
/* XXXMLG */
#define REQUIRE(x)
/* $Id: lwbuffer.c,v 1.7 2000/06/26 23:35:00 bwelling Exp $ */
#include <config.h>
@ -26,6 +23,8 @@
#include <lwres/lwbuffer.h>
#include "assert_p.h"
void
lwres_buffer_init(lwres_buffer_t *b, void *base, unsigned int length)
{