Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmirzanv committed Dec 6, 2023
1 parent 6896d9c commit b66fe83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SPIRV/SpvBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,6 @@ Id Builder::makePointerDebugType(StorageClass storageClass, Id const baseType)
type->addIdOperand(scID);
type->addIdOperand(makeUintConstant(0));

volatile auto x = type->getNumOperands();

groupedDebugTypes[NonSemanticShaderDebugInfo100DebugTypePointer].push_back(type);
constantsTypesGlobals.push_back(std::unique_ptr<Instruction>(type));
module.mapInstruction(type);
Expand Down

0 comments on commit b66fe83

Please sign in to comment.