hw/audio/adlib: Remove unused variable in adlib_callback
commit79fe9e4313f9dbad8ee4619031900ccabd4f8824
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Jul 2021 19:57:41 +0000 (12 19:57 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jul 2021 17:07:07 +0000 (26 07:07 -1000)
tree4fa2ad4f263ff17e0bc7d5d66fce39147aed298e
parentfe4bd9170c92e5557f9c49ac08acc54c0d752aba
hw/audio/adlib: Remove unused variable in adlib_callback

From clang-13:
hw/audio/adlib.c:189:18: error: variable 'net' set but not used \
    [-Werror,-Wunused-but-set-variable]

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/audio/adlib.c