From ad4909c5bd7a422ecb69d208c2c299bbf0ab6987 Mon Sep 17 00:00:00 2001 From: op Date: Mon, 27 Mar 2023 17:54:20 +0000 Subject: [PATCH] kill another empty line --- usr.bin/mg/region.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/mg/region.c b/usr.bin/mg/region.c index f562aa4ebba..f94a5f64d00 100644 --- a/usr.bin/mg/region.c +++ b/usr.bin/mg/region.c @@ -1,4 +1,4 @@ -/* $OpenBSD: region.c,v 1.41 2023/03/27 17:53:17 op Exp $ */ +/* $OpenBSD: region.c,v 1.42 2023/03/27 17:54:20 op Exp $ */ /* This file is in the public domain. */ @@ -454,7 +454,6 @@ piperegion(int f, int n) int shellcommand(int f, int n) { - char *cmd, cmdbuf[NFILEN]; char *argv[] = {"sh", "-c", (char *) NULL, (char *) NULL}; -- 2.20.1