From f0443b88593e1964b64ae999d6b6297d55028267 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 30 Aug 2021 17:50:47 -0500 Subject: Cleanup: Remove incorrect comment --- source/blender/functions/tests/FN_field_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/functions/tests/FN_field_test.cc b/source/blender/functions/tests/FN_field_test.cc index 8882f1a5eb6..a002e286b45 100644 --- a/source/blender/functions/tests/FN_field_test.cc +++ b/source/blender/functions/tests/FN_field_test.cc @@ -188,7 +188,6 @@ TEST(field, FunctionTwoOutputs) TEST(field, TwoFunctionsTwoOutputs) { - /* Also use two separate input fields, why not. */ Field index_field{CPPType::get(), std::make_shared()}; std::shared_ptr fn = std::make_shared(FieldFunction( -- cgit v1.2.3