From ed712a96a45a912ffc5bca17ac0c8fc7106cf120 Mon Sep 17 00:00:00 2001 From: Daniel Lehman Date: Sun, 11 Nov 2018 16:43:14 -0800 Subject: [PATCH] msvcrt/tests: Remove unused todo field. Signed-off-by: Daniel Lehman Signed-off-by: Piotr Caban Signed-off-by: Alexandre Julliard --- dlls/msvcrt/tests/string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msvcrt/tests/string.c b/dlls/msvcrt/tests/string.c index d0988bf86c3..0568bcf5dff 100644 --- a/dlls/msvcrt/tests/string.c +++ b/dlls/msvcrt/tests/string.c @@ -3493,7 +3493,6 @@ static void test__tcsnicoll(void) const char *str2; size_t count; int exp; - BOOL todo; }; static const struct test tests[] = { { "English", "abcd", "ABCD", 4, 0 },