From: Jason Ekstrand Date: Mon, 4 Apr 2016 21:51:35 +0000 (-0700) Subject: i965/compiler: Remove a redundant declaration of brw_compiler_create X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5c833db5a7ad35a0dc4b0f170fafd090c2b8805;p=mesa.git i965/compiler: Remove a redundant declaration of brw_compiler_create --- 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.