From 524674aafc0935fa48a61cac68ad6e25cc20c07f Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Tue, 4 Jan 2022 20:22:37 -0600 Subject: glsl: Remove unreachable return --- src/shader_recompiler/backend/glsl/var_alloc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shader_recompiler/backend') diff --git a/src/shader_recompiler/backend/glsl/var_alloc.cpp b/src/shader_recompiler/backend/glsl/var_alloc.cpp index 194f926ca..be0a695c0 100644 --- a/src/shader_recompiler/backend/glsl/var_alloc.cpp +++ b/src/shader_recompiler/backend/glsl/var_alloc.cpp @@ -131,7 +131,6 @@ std::string VarAlloc::AddDefine(IR::Inst& inst, GlslVarType type) { } else { return ""; } - return Representation(inst.Definition()); } std::string VarAlloc::Consume(const IR::Value& value) { -- cgit v1.2.3