summaryrefslogtreecommitdiff
path: root/decodenas.c
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2021-12-07 08:59:13 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-07 10:36:18 -0800
commita957eb52df4a0c593f862790728c692ea11c42e8 (patch)
tree67ac13e65a89a62e57e062b2091d8350416e5704 /decodenas.c
parentbcc50bd2b541102e515aaa58ba1e20d30b7d69f6 (diff)
Remove/comment out unused variables.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'decodenas.c')
-rw-r--r--decodenas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decodenas.c b/decodenas.c
index a9cc191..a28efaf 100644
--- a/decodenas.c
+++ b/decodenas.c
@@ -315,7 +315,7 @@ DecodeAudioReply(FD fd, const unsigned char *buf, long n)
void
DecodeAudioError(FD fd, const unsigned char *buf, long n)
{
- short Error = IByte(&buf[1]);
+ // short Error = IByte(&buf[1]);
short Request = 0;
short RequestMinor = 0;