diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2014-03-05 20:03:06 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2014-03-05 20:03:06 +0000 |
commit | 542fbce2cd10bd410e555ca9852d266eaf781241 (patch) | |
tree | 3e9303084a8bced4617fae2827a6710330480505 /usr.bin | |
parent | 24a51fbad92cf7a1da3b647966cf776af109169b (diff) |
remove unused var
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sndiod/sock.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sndiod/sock.h b/usr.bin/sndiod/sock.h index ccf00345c54..18012716fce 100644 --- a/usr.bin/sndiod/sock.h +++ b/usr.bin/sndiod/sock.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.2 2012/11/30 20:48:00 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.3 2014/03/05 20:03:05 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org> * @@ -60,7 +60,6 @@ struct sock { struct slot *slot; /* audio device slot number */ struct midi *midi; /* midi endpoint */ struct port *port; /* midi port */ - char who[12]; /* label, mostly for debugging */ }; struct sock *sock_new(int fd); |