Remove unused struct name
authorratchov <ratchov@openbsd.org>
Mon, 1 Nov 2021 18:23:09 +0000 (18:23 +0000)
committerratchov <ratchov@openbsd.org>
Mon, 1 Nov 2021 18:23:09 +0000 (18:23 +0000)
usr.bin/sndiod/utils.h

index a3ba936..623af9b 100644 (file)
@@ -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 <alex@caoua.org>
  *
 
 #include <stddef.h>
 
-struct name {
-       struct name *next;
-       char str[];
-};
-
 void log_puts(char *);
 void log_putx(unsigned long);
 void log_putu(unsigned long);