i965: remove duplicate declaration of brw_mark_surface_used
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 7 Mar 2017 15:35:55 +0000 (15:35 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Mar 2017 11:16:33 +0000 (11:16 +0000)
Function was made static and moved to another header with earlier
commit.

Fixes: 760c8a1d950 ("i965: Make mark_surface_used a static inline in brw_compiler.h")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_program.h

index c961c702b0b998e1855dcd2fcc2c3f9d87085727..687b554b3b7b7e46808b13f9c408fb9f4df5ee13 100644 (file)
@@ -58,10 +58,6 @@ brw_assign_common_binding_table_offsets(const struct gen_device_info *devinfo,
                                         struct brw_stage_prog_data *stage_prog_data,
                                         uint32_t next_binding_table_offset);
 
-void
-brw_mark_surface_used(struct brw_stage_prog_data *prog_data,
-                      unsigned surf_index);
-
 void
 brw_stage_prog_data_free(const void *prog_data);