st/mesa: remove always-true expression
In case the GLSL version is 130 or higher, we've already enabled ARB_shader_bit_encoding a bit earlier in this same function. So this condition will always be true.
Signed-off-by: Erik Faye-Lund erik.faye-lund@collabora.com