mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 06:58:09 -05:00
glsl: Remove unreachable return
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user