mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
glsl: Remove duplicate comment
Remove duplicate doxgen comment for ir_function.cpp:parameter_lists_match(). Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
parent
5b3c719983
commit
5541920e0a
1 changed files with 0 additions and 8 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue