mesa: remove _mesa_init_get_hash()
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 13 Jun 2016 13:27:54 +0000 (14:27 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Jun 2016 14:31:28 +0000 (15:31 +0100)
commit23a7fca6aa07df1e074f7cf866dc9d2045fe0417
treef39f3a9a9555f6e5ec91b91a0617c647b20eddd4
parentb81685eb32d7fd51f12cfdbac8b5f6046c416304
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 <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/get.c