diff options
author | Emil Velikov <[email protected]> | 2016-06-13 14:27:54 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-06-13 15:31:28 +0100 |
commit | 23a7fca6aa07df1e074f7cf866dc9d2045fe0417 (patch) | |
tree | f39f3a9a9555f6e5ec91b91a0617c647b20eddd4 /src/mesa/main/context.h | |
parent | b81685eb32d7fd51f12cfdbac8b5f6046c416304 (diff) |
mesa: remove _mesa_init_get_hash()
The actual code of the function print_table_stats() is guarded
by a ifdef GET_DEBUG, which was not been defined in years.
The last fix in 2013 (7db6b5aa91a) indicates that it's rarely
used/tested. Since the issue has gone unnoticed for a whole year
(broken with 2ad4a475474).
Let's remove it for now. We can always revive it at a later stage.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 593ced53d77..7f3f11754b1 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -149,9 +149,6 @@ extern void _mesa_init_constants(struct gl_constants *consts, gl_api api); extern void -_mesa_init_get_hash(struct gl_context *ctx); - -extern void _mesa_notifySwapBuffers(struct gl_context *gc); |