Remove unused variable

This commit is contained in:
David Neto 2022-05-19 13:27:12 -04:00
parent 2439e6d56d
commit ea7e64cf50

View File

@ -169,7 +169,6 @@ namespace spv {
case spv::OpMemberName: case spv::OpMemberName:
case spv::OpLine : case spv::OpLine :
{ {
const spv::Id target = asId(start + 1);
const std::string name = literalString(start + 2); const std::string name = literalString(start + 2);
std::vector<std::string>::const_iterator it; std::vector<std::string>::const_iterator it;