goom: remove compiler trick

After commit 2cb6cfed22166b262ae50cb58f3ff11dd8ba91f9 there is no need to
trick the compiler anymore about the usage of variable cpuFlavour.
This commit is contained in:
Luis de Bethencourt 2015-10-21 17:43:31 +01:00
parent ff18953bcd
commit 25ddf9e6ae

View File

@ -106,8 +106,6 @@ setOptimizedMethods (PluginInfo * p)
} }
#endif /* HAVE_CPU_PPC */ #endif /* HAVE_CPU_PPC */
#endif #endif
cpuFlavour = 0; /* trick compiler into thinking variable is used */
} }
void void