From a1b672c48d95478927971e1174699803be45de92 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 27 Mar 2023 17:54:21 +0000 Subject: kill another empty line --- usr.bin/mg/region.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/mg') 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}; -- cgit v1.2.3