summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index df7647dd5ad..c1624bf724e 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -938,9 +938,6 @@ _mesa_initialize_context(struct gl_context *ctx,
/* setup the API dispatch tables with all nop functions */
ctx->Exec = _mesa_alloc_dispatch_table(_gloffset_COUNT);
- /* setup the API exec functions */
- _mesa_initialize_exec_table(ctx);
-
if (!ctx->Exec) {
_mesa_reference_shared_state(ctx, &ctx->Shared, NULL);
return GL_FALSE;