From: Eric Anholt Date: Thu, 28 Jul 2011 16:52:03 +0000 (-0700) Subject: mesa: Remove dead "MemPool" field of gl_shader_state. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69dc529da241747888efefdf0d3e58479dd6248c;p=mesa.git mesa: Remove dead "MemPool" field of gl_shader_state. --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index b88118366b2..2d5f44c1e7b 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2252,8 +2252,6 @@ struct gl_shader_state */ struct gl_shader_program *ActiveProgram; - void *MemPool; - GLbitfield Flags; /**< Mask of GLSL_x flags */ };