From 019b5df771c66832ebf841b54f21d8e40dac7dd7 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Mon, 28 Oct 2024 07:37:16 -0700 Subject: [PATCH] Remove extra comment Signed-off-by: Jonathan Stone --- source/MaterialXCore/Value.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/MaterialXCore/Value.cpp b/source/MaterialXCore/Value.cpp index 63114ad651..056e4091c9 100644 --- a/source/MaterialXCore/Value.cpp +++ b/source/MaterialXCore/Value.cpp @@ -316,7 +316,6 @@ MX_CORE_API const AggregateValue& Value::asA() const return *typedVal; } -/// Return value string. string AggregateValue::getValueString() const { if (_data.empty())