unused variable

This commit is contained in:
Brian Wellington 2001-03-16 23:00:00 +00:00
parent ae114ded82
commit 079878277f
2 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named-checkconf.c,v 1.6 2001/03/08 00:55:46 bwelling Exp $ */
/* $Id: named-checkconf.c,v 1.7 2001/03/16 23:00:00 bwelling Exp $ */
#include <config.h>
@ -52,6 +52,7 @@ directory_callback(const char *clausename, cfg_obj_t *obj, void *arg) {
REQUIRE(strcasecmp("directory", clausename) == 0);
UNUSED(arg);
UNUSED(clausename);
/*
* Change directory.

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.305 2001/03/15 19:39:50 bwelling Exp $ */
/* $Id: server.c,v 1.306 2001/03/16 22:59:31 bwelling Exp $ */
#include <config.h>
@ -1385,6 +1385,7 @@ directory_callback(const char *clausename, cfg_obj_t *obj, void *arg) {
REQUIRE(strcasecmp("directory", clausename) == 0);
UNUSED(arg);
UNUSED(clausename);
/*
* Change directory.