glsl: Remove unreachable return
This commit is contained in:
parent
c68a0d17fc
commit
524674aafc
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue