Re: [Mesa-dev] [PATCH 19/41] glapi: gl_XML.py: remove gl_api.enumIterateByName

2016-04-19 Thread Ian Romanick
It looks like this hasn't been used since cbabf5f9. Should add that to the commit message for posterity. This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > Originally I planned to make it more efficient, but then realized that > it wasn't actually used anywher

[Mesa-dev] [PATCH 19/41] glapi: gl_XML.py: remove gl_api.enumIterateByName

2016-03-31 Thread Dylan Baker
Originally I planned to make it more efficient, but then realized that it wasn't actually used anywhere, so lets just delete it. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/gl_XML.py | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/mapi/glapi/gen/gl_XML.py b/src/mapi/glap