compiler/nir: move build_log helper into builtin-builder
[mesa.git] / src / hgl / GLDispatcher.cpp
index a1e9053617c916d346adbc5808c95218e6172615..f9709e444f96149f966edad32ef7bf20d2939b58 100644 (file)
@@ -57,14 +57,6 @@ BGLDispatcher::~BGLDispatcher()
 }
 
 
-status_t
-BGLDispatcher::CheckTable(const struct _glapi_table* table)
-{
-       _glapi_check_table(table ? table : _glapi_get_dispatch());
-       return B_OK;
-}
-
-
 status_t
 BGLDispatcher::SetTable(struct _glapi_table* table)
 {