summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-04-04 14:51:35 -0700
committerJason Ekstrand <[email protected]>2016-04-04 14:51:35 -0700
commite5c833db5a7ad35a0dc4b0f170fafd090c2b8805 (patch)
treeb3e7b9d847b3603c9add6794dd401ce8c7d7cd53
parentdb35a851ad03d14ae4ba81095c09cb2afd511e4f (diff)
i965/compiler: Remove a redundant declaration of brw_compiler_create
-rw-r--r--src/mesa/drivers/dri/i965/brw_compiler.h3
1 files changed, 0 insertions, 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.