From 5541920e0ac4ea8383c7f896daba24a304aafec6 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Mon, 1 Aug 2011 09:36:08 -0700 Subject: [PATCH] glsl: Remove duplicate comment Remove duplicate doxgen comment for ir_function.cpp:parameter_lists_match(). Signed-off-by: Chad Versace --- src/glsl/ir_function.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/glsl/ir_function.cpp b/src/glsl/ir_function.cpp index 6cfc32cc2a0..2a4de5b0dcd 100644 --- a/src/glsl/ir_function.cpp +++ b/src/glsl/ir_function.cpp @@ -30,14 +30,6 @@ typedef enum { PARAMETER_LIST_INEXACT_MATCH, /*< Match requires implicit conversion. */ } parameter_list_match_t; -/** - * \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() - */ - /** * \brief Check if two parameter lists match. * -- 2.30.2