glsl: Remove unreachable return
This commit is contained in:
parent
c68a0d17fc
commit
524674aafc
|
@ -131,7 +131,6 @@ std::string VarAlloc::AddDefine(IR::Inst& inst, GlslVarType type) {
|
||||||
} else {
|
} else {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
return Representation(inst.Definition<Id>());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string VarAlloc::Consume(const IR::Value& value) {
|
std::string VarAlloc::Consume(const IR::Value& value) {
|
||||||
|
|
Reference in New Issue