Merge pull request #2945 from dneto0/remove-unused-var
Remove unused variable
This commit is contained in:
commit
86ff4bca1d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user