Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
skarczew authored and igcbot committed Sep 15, 2024
1 parent aa9751b commit a20debc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IGC/Compiler/CodeGenContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,6 @@ namespace IGC
{
SIMDMode simdMode = SIMDMode::UNKNOWN;

uint32_t forcedSIMDSize = 0;
bool isGeomFF = (type == ShaderType::VERTEX_SHADER) ||
(type == ShaderType::HULL_SHADER) ||
(type == ShaderType::DOMAIN_SHADER) ||
Expand Down

0 comments on commit a20debc

Please sign in to comment.