tests/unit: Remove unused variable from test_io
commit2bf07e788eb69bee843be274386fb20f4ab6b0f6
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Jul 2021 20:26:21 +0000 (12 20:26 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jul 2021 17:07:28 +0000 (26 07:07 -1000)
tree1cb8e2c51997f550a2d6a8def3602149d8da4f73
parent211364c21e7f757ae1acf4e72b5df39c498fb88b
tests/unit: Remove unused variable from test_io

From clang-13:
tests/unit/test-iov.c:161:26: error: variable 't' 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>
tests/unit/test-iov.c