Mesa (master): mesa: Remove dead "MemPool" field of gl_shader_state.

Eric Anholt anholt at kemper.freedesktop.org
Fri Aug 5 17:10:29 UTC 2011


Module: Mesa
Branch: master
Commit: 69dc529da241747888efefdf0d3e58479dd6248c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=69dc529da241747888efefdf0d3e58479dd6248c

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 28 09:52:03 2011 -0700

mesa: Remove dead "MemPool" field of gl_shader_state.

---

 src/mesa/main/mtypes.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b881183..2d5f44c 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 */
 };
 




More information about the mesa-commit mailing list