artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83f8be
)
remove unused variable
author
jsg
<jsg@openbsd.org>
Wed, 6 Sep 2023 05:00:37 +0000
(
05:00
+0000)
committer
jsg
<jsg@openbsd.org>
Wed, 6 Sep 2023 05:00:37 +0000
(
05:00
+0000)
usr.sbin/config/ukcutil.c
patch
|
blob
|
history
diff --git
a/usr.sbin/config/ukcutil.c
b/usr.sbin/config/ukcutil.c
index
90cfb8a
..
27ec4d9
100644
(file)
--- a/
usr.sbin/config/ukcutil.c
+++ b/
usr.sbin/config/ukcutil.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ukcutil.c,v 1.2
6 2021/11/20 03:13:37 jcs
Exp $ */
+/* $OpenBSD: ukcutil.c,v 1.2
7 2023/09/06 05:00:37 jsg
Exp $ */
/*
* Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
@@
-1309,8
+1309,6
@@
config(void)
/* Edit cycle */
do {
- char lbuf[100];
-
again:
/* Get input */
if (cmdfile == NULL) {