Re: [Mesa-dev] [PATCH mesa] loader: drop empty function alias

2017-10-26 Thread Emil Velikov
On 26 October 2017 at 15:40, Eric Engestrom wrote: > While at it, drop the duplicate return. > The dup return is a left-over from the times we had three different, all optional, codepaths. Reviewed-by: Emil Velikov Thanks Emil ___ mesa-dev mailing lis

[Mesa-dev] [PATCH mesa] loader: drop empty function alias

2017-10-26 Thread Eric Engestrom
While at it, drop the duplicate return. Signed-off-by: Eric Engestrom --- src/loader/loader.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/loader/loader.c b/src/loader/loader.c index f7f85e37c2094f52175e..3c67f9dc2448a34dbf8e 100644 --- a/src/loader/load