i965/compiler: Remove a redundant declaration of brw_compiler_create
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Apr 2016 21:51:35 +0000 (14:51 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Apr 2016 21:51:35 +0000 (14:51 -0700)
src/mesa/drivers/dri/i965/brw_compiler.h

index cf0b088613beb17b646f9fa9c3b38101061f970a..231e0001d545e1e9ded26b870d702bda5b6f3992 100644 (file)
@@ -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.