dispatch: Update check_table.cpp to reflect recent aliasing changes.
authorPaul Berry <stereotype441@gmail.com>
Mon, 29 Oct 2012 18:45:10 +0000 (11:45 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 1 Nov 2012 18:22:09 +0000 (11:22 -0700)
commit47deaf6175c01cbdc6816444f7c02cf5c875865d
treeaf0e594701dd3d6a03b2025d1c75ba35f81202b9
parent56f8ed4c356f9994d150552e9c18ec35717ce503
dispatch: Update check_table.cpp to reflect recent aliasing changes.

In commits bad96f6 and e7dd2e5 I added the following aliases:
- ClampColor -> ClampColorARB
- VertexAttribDivisor -> VertexAttribDivisorARB

But I neglected to update check_table.cpp, causing "make check" to
fail for non-shared-glapi builds.

This patch removes the functions that are now aliased from
check_table.cpp, so that "make check" works correctly again.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mapi/glapi/tests/check_table.cpp