From: krw Date: Sat, 28 Jan 2023 13:14:01 +0000 (+0000) Subject: Nuke unused variable. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6715505fbf6eaf344d848f5b9fa1c022bed7b517;p=openbsd Nuke unused variable. --- diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index e30aaca229f..9d4c14d4c6c 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.398 2023/01/25 21:44:08 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.399 2023/01/28 13:14:01 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller @@ -797,7 +797,6 @@ editor_add(struct disklabel *lp, const char *p) { struct partition *pp; const struct diskchunk *chunk; - char buf[2]; int partno; u_int64_t new_offset, new_size;