Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielG-NV committed Aug 16, 2024
1 parent 1e7819a commit 1e4ec35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/slang/slang-check-decl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10342,7 +10342,6 @@ namespace Slang
auto varDecl = varDeclRef.getDecl();
ensureDecl(varDecl, DeclCheckState::TypesFullyResolved);
auto declVisibility = getDeclVisibility(varDecl);
auto varDeclType = varDecl->type;

switch (declVisibility)
{
Expand Down

0 comments on commit 1e4ec35

Please sign in to comment.