From 25ddf9e6ae2f3cb92887fd439a30f096bf1ce444 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Wed, 21 Oct 2015 17:43:31 +0100 Subject: [PATCH] goom: remove compiler trick After commit 2cb6cfed22166b262ae50cb58f3ff11dd8ba91f9 there is no need to trick the compiler anymore about the usage of variable cpuFlavour. --- gst/goom/plugin_info.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/goom/plugin_info.c b/gst/goom/plugin_info.c index 0952dca..96d570c 100644 --- a/gst/goom/plugin_info.c +++ b/gst/goom/plugin_info.c @@ -106,8 +106,6 @@ setOptimizedMethods (PluginInfo * p) } #endif /* HAVE_CPU_PPC */ #endif - - cpuFlavour = 0; /* trick compiler into thinking variable is used */ } void -- 2.7.4