From 3a24a14193a28d08afd2c5cd1f1a308514d4d3c4 Mon Sep 17 00:00:00 2001 From: ratchov Date: Mon, 1 Nov 2021 18:23:09 +0000 Subject: [PATCH] Remove unused struct name --- usr.bin/sndiod/utils.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usr.bin/sndiod/utils.h b/usr.bin/sndiod/utils.h index a3ba936e243..623af9b9b8f 100644 --- a/usr.bin/sndiod/utils.h +++ b/usr.bin/sndiod/utils.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.h,v 1.6 2021/11/01 14:43:25 ratchov Exp $ */ +/* $OpenBSD: utils.h,v 1.7 2021/11/01 18:23:09 ratchov Exp $ */ /* * Copyright (c) 2003-2012 Alexandre Ratchov * @@ -20,11 +20,6 @@ #include -struct name { - struct name *next; - char str[]; -}; - void log_puts(char *); void log_putx(unsigned long); void log_putu(unsigned long); -- 2.20.1