glsl: remove special case for detecting stream duplicates
authorTimothy Arceri <timothy.arceri@collabora.com>
Fri, 15 Jan 2016 02:45:49 +0000 (13:45 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Mon, 18 Jan 2016 02:09:28 +0000 (13:09 +1100)
commit9258d9f23daca39767a41abc47836991a5f189b4
treee86e07ec0b315a8be8481c923d0252bff05df6d6
parenteac2cece3143e07f0f229df15ab757b4f265b9a3
glsl: remove special case for detecting stream duplicates

Any duplicates in a single declaration will already fail the
generic duplicates test due to the explicit_stream flag being set.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/glsl/ast_type.cpp