Re: [Mesa-dev] [PATCH] glsl: remove unnecessary check

2014-07-18 Thread Marek Olšák
Please, every line of the commit message should be at most 80 characters long. Marek On Fri, Jul 18, 2014 at 1:47 PM, Timothy Arceri wrote: > This code does nothing useful as the next recursive call on the array element > will override any null values if the element is a record anyway. The code

[Mesa-dev] [PATCH] glsl: remove unnecessary check

2014-07-18 Thread Timothy Arceri
This code does nothing useful as the next recursive call on the array element will override any null values if the element is a record anyway. The code is also not doing what the comment says as its trying to set the record type pointer for only the first element of the array not the first leaf