From: Jose Fonseca Date: Fri, 6 May 2016 11:00:08 +0000 (+0100) Subject: nir: Remove spurious return from void function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ae78f7d2828778a386ed1737f17add69eb035a9;p=mesa.git nir: Remove spurious return from void function. Left over from 450c0613627d5a472fcf1122c15b66988abfb372. Trivial. Built locally with clang and gcc. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95296 --- diff --git a/src/compiler/nir/nir_lower_double_packing.c b/src/compiler/nir/nir_lower_double_packing.c index 046e2139862..ed1e7078e4d 100644 --- a/src/compiler/nir/nir_lower_double_packing.c +++ b/src/compiler/nir/nir_lower_double_packing.c @@ -75,8 +75,6 @@ lower_double_pack_impl(nir_function_impl *impl) nir_instr_remove(&alu_instr->instr); } } - - return true; } void