mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
goom: remove compiler trick
After commit 2cb6cfed22
there is no need to
trick the compiler anymore about the usage of variable cpuFlavour.
This commit is contained in:
parent
ff18953bcd
commit
25ddf9e6ae
1 changed files with 0 additions and 2 deletions
|
@ -106,8 +106,6 @@ setOptimizedMethods (PluginInfo * p)
|
|||
}
|
||||
#endif /* HAVE_CPU_PPC */
|
||||
#endif
|
||||
|
||||
cpuFlavour = 0; /* trick compiler into thinking variable is used */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue