goom: remove compiler trick
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 21 Oct 2015 16:43:31 +0000 (17:43 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 21 Oct 2015 16:57:22 +0000 (17:57 +0100)
After commit 2cb6cfed22166b262ae50cb58f3ff11dd8ba91f9 there is no need to
trick the compiler anymore about the usage of variable cpuFlavour.

gst/goom/plugin_info.c

index 0952dca..96d570c 100644 (file)
@@ -106,8 +106,6 @@ setOptimizedMethods (PluginInfo * p)
   }
 #endif /* HAVE_CPU_PPC */
 #endif
-
-  cpuFlavour = 0;               /* trick compiler into thinking variable is used */
 }
 
 void