mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-23 14:32:08 -06: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