Mesa (master): glsl: Remove duplicate comment

Chad Versace chadversary at kemper.freedesktop.org
Mon Aug 1 16:37:23 UTC 2011


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

Author: Chad Versace <chad at chad-versace.us>
Date:   Mon Aug  1 09:36:08 2011 -0700

glsl: Remove duplicate comment

Remove duplicate doxgen comment for
ir_function.cpp:parameter_lists_match().

Signed-off-by: Chad Versace <chad at chad-versace.us>

---

 src/glsl/ir_function.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/glsl/ir_function.cpp b/src/glsl/ir_function.cpp
index 6cfc32c..2a4de5b 100644
--- a/src/glsl/ir_function.cpp
+++ b/src/glsl/ir_function.cpp
@@ -37,14 +37,6 @@ typedef enum {
  * \param list_b Actual parameters passed to the function.
  * \see matching_signature()
  */
-
-/**
- * \brief Check if two parameter lists match.
- *
- * \param list_a Parameters of the function definition.
- * \param list_b Actual parameters passed to the function.
- * \see matching_signature()
- */
 static parameter_list_match_t
 parameter_lists_match(const exec_list *list_a, const exec_list *list_b)
 {




More information about the mesa-commit mailing list