Module Name:    src
Committed By:   uebayasi
Date:           Fri Oct 10 16:17:27 UTC 2014

Modified Files:
        src/usr.bin/config: main.c

Log Message:
Remove an unsed var.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/config/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/config/main.c
diff -u src/usr.bin/config/main.c:1.63 src/usr.bin/config/main.c:1.64
--- src/usr.bin/config/main.c:1.63	Fri Oct 10 15:35:08 2014
+++ src/usr.bin/config/main.c	Fri Oct 10 16:17:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.63 2014/10/10 15:35:08 uebayasi Exp $	*/
+/*	$NetBSD: main.c,v 1.64 2014/10/10 16:17:27 uebayasi Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -551,8 +551,6 @@ do_depend(struct nvlist *nv)
 	struct attr *a;
 
 	if (nv != NULL && (nv->nv_flags & NV_DEPENDED) == 0) {
-		const char *n = strtolower(nv->nv_name);
-
 		nv->nv_flags |= NV_DEPENDED;
 		/*
 		 * If the dependency is an attribute, then just add

Reply via email to