Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielG-NV committed Sep 6, 2024
1 parent ba3a91d commit 852bbc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/slang/slang-check-conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ namespace Slang
{
if( outToExpr )
{
bool error = true;
// Try to use legacy struct logic if we have a 'struct' toType for Slang backwards compatability
// Note: if we remove this entire `if` block, "LegacyLogic" will be no-longer be enabled
if (auto declRefType = as<DeclRefType>(toType))
Expand Down

0 comments on commit 852bbc3

Please sign in to comment.