mesa: replace _mesa_problem() with assert() in hash table
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 9 May 2017 02:27:41 +0000 (12:27 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 16 May 2017 02:25:49 +0000 (12:25 +1000)
commit59b9544fa751aa9559fe34f2e7af7b87d44440c9
tree2eb32cfcecb6faa79798b6b9c8d1633bd00c0f2e
parentf25b2f76b031f2427f97a4a4fc58f4d237b764b4
mesa: replace _mesa_problem() with assert() in hash table

There should be no way the OpenGL test suites don't hit the assert()
should we do something to cause this code path to be taken.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/hash.c