Skip to content

Commit 2bc8b8f

Browse files
committed
Fix warning.
1 parent f71a7cc commit 2bc8b8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/slang/slang-language-server-completion.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ void CompletionContext::createSwizzleCandidates(
728728
}
729729
else if (auto scalarType = as<BasicExpressionType>(type))
730730
{
731-
const char* memberNames[1] = {"x"};
732731
String typeStr;
733732
if (scalarType)
734733
typeStr = scalarType->toString();

0 commit comments

Comments
 (0)