Re: [Mesa-dev] [PATCH] mesa: remove set_entry from forward type declarations

2017-12-06 Thread Timothy Arceri

Reviewed-by: Timothy Arceri 

On 06/12/17 21:38, Alejandro Piñeiro wrote:

This type was used at gl_sync_object, but it is not used anymore.
---
  src/mesa/main/mtypes.h | 1 -
  1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b478f6158e2..4c90f58ef5a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -99,7 +99,6 @@ struct gl_uniform_storage;
  struct prog_instruction;
  struct gl_program_parameter_list;
  struct set;
-struct set_entry;
  struct vbo_context;
  /*@}*/
  


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] mesa: remove set_entry from forward type declarations

2017-12-06 Thread Alejandro Piñeiro
This type was used at gl_sync_object, but it is not used anymore.
---
 src/mesa/main/mtypes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b478f6158e2..4c90f58ef5a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -99,7 +99,6 @@ struct gl_uniform_storage;
 struct prog_instruction;
 struct gl_program_parameter_list;
 struct set;
-struct set_entry;
 struct vbo_context;
 /*@}*/
 
-- 
2.11.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev