From e5c833db5a7ad35a0dc4b0f170fafd090c2b8805 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Mon, 4 Apr 2016 14:51:35 -0700 Subject: [PATCH] i965/compiler: Remove a redundant declaration of brw_compiler_create --- src/mesa/drivers/dri/i965/brw_compiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h index cf0b088613b..231e0001d54 100644 --- a/src/mesa/drivers/dri/i965/brw_compiler.h +++ b/src/mesa/drivers/dri/i965/brw_compiler.h @@ -100,9 +100,6 @@ struct brw_compiler { bool precise_trig; }; -struct brw_compiler * -brw_compiler_create(void *mem_ctx, const struct brw_device_info *devinfo); - /** * Program key structures. -- 2.30.2