diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2021-11-01 18:23:10 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2021-11-01 18:23:10 +0000 |
commit | 039479a556ce591fe08ea49b12d63100c7e7232a (patch) | |
tree | f581bbdb6ef8059673aaba5509216de411058cd4 /usr.bin/sndiod | |
parent | e442b01f35098a96b5a5da465bcdb0bee2889f81 (diff) |
Remove unused struct name
Diffstat (limited to 'usr.bin/sndiod')
-rw-r--r-- | usr.bin/sndiod/utils.h | 7 |
1 files changed, 1 insertions, 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 <alex@caoua.org> * @@ -20,11 +20,6 @@ #include <stddef.h> -struct name { - struct name *next; - char str[]; -}; - void log_puts(char *); void log_putx(unsigned long); void log_putu(unsigned long); |