From 8ae78f7d2828778a386ed1737f17add69eb035a9 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 6 May 2016 12:00:08 +0100 Subject: 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 --- src/compiler/nir/nir_lower_double_packing.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/nir/nir_lower_double_packing.c b/src/compiler/nir/nir_lower_double_packing.c index 046e213986..ed1e7078e4 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 -- cgit v1.2.3