Mesa (master): mesa: remove set_entry from forward type declarations

Alejandro Pinheiro apinheiro at kemper.freedesktop.org
Thu Dec 7 08:02:19 UTC 2017


Module: Mesa
Branch: master
Commit: be2c434308ea9dedd6033a590cc072951d8ba469
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be2c434308ea9dedd6033a590cc072951d8ba469

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Wed Dec  6 11:38:59 2017 +0100

mesa: remove set_entry from forward type declarations

This type was used at gl_sync_object, but it is not used anymore.

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

---

 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 7da05aa3ee..7b7137624c 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;
 /*@}*/
 




More information about the mesa-commit mailing list