From 9a4fcacf3118a613943b85f37ee94f3fe2240b71 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 22 Nov 2024 16:53:57 +0000 Subject: [PATCH] Remove todo Signed-off-by: Michael Carroll --- include/gz/utils/ExtraTestMacros.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gz/utils/ExtraTestMacros.hh b/include/gz/utils/ExtraTestMacros.hh index 205d948..e0ab39e 100644 --- a/include/gz/utils/ExtraTestMacros.hh +++ b/include/gz/utils/ExtraTestMacros.hh @@ -42,7 +42,6 @@ /// part of the test suite. The macro uses the Disabled_ prefix provided /// by googletest. See /// https://chromium.googlesource.com/external/github.com/google/googletest/+/HEAD/googletest/docs/advanced.md -/// TODO(gz-utils4): remove the win32 alias #define GZ_UTILS_TEST_DISABLED_ON_WIN32(TestName) \ DETAIL_GZ_UTILS_TEST_DISABLED_ON_WIN32(TestName)