glsl: Remove unreachable return

This commit is contained in:
Narr the Reg 2022-01-04 20:22:37 -06:00
parent c68a0d17fc
commit 524674aafc

View file

@ -131,7 +131,6 @@ std::string VarAlloc::AddDefine(IR::Inst& inst, GlslVarType type) {
} else {
return "";
}
return Representation(inst.Definition<Id>());
}
std::string VarAlloc::Consume(const IR::Value& value) {