From 596b109a4d822ce436607183ea46f9785b5deb45 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 22 Oct 2021 15:11:51 +0000 Subject: [PATCH] oops, missed unused variable in previous --- sbin/unwind/unwind.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/unwind/unwind.c b/sbin/unwind/unwind.c index 67676f3107d..adea414b2df 100644 --- a/sbin/unwind/unwind.c +++ b/sbin/unwind/unwind.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unwind.c,v 1.65 2021/10/22 15:03:28 florian Exp $ */ +/* $OpenBSD: unwind.c,v 1.66 2021/10/22 15:11:51 florian Exp $ */ /* * Copyright (c) 2018 Florian Obser @@ -689,7 +689,6 @@ struct uw_conf * config_new_empty(void) { struct uw_conf *xconf; - int i; xconf = calloc(1, sizeof(*xconf)); if (xconf == NULL) -- 2.20.1