Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-08-31 01:50:47 +0300
committerHans Goudey <h.goudey@me.com>2021-08-31 01:50:47 +0300
commitf0443b88593e1964b64ae999d6b6297d55028267 (patch)
treee51acdacaa54008ef5ae54537fa93dd33ecb3106
parentb73f692919f697877c4622f6f39270110d666db9 (diff)
Cleanup: Remove incorrect comment
-rw-r--r--source/blender/functions/tests/FN_field_test.cc1
1 files changed, 0 insertions, 1 deletions
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<int>(), std::make_shared<IndexFieldInput>()};
std::shared_ptr<FieldFunction> fn = std::make_shared<FieldFunction>(FieldFunction(