diff options
author | Chad Versace <[email protected]> | 2011-08-01 09:36:08 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2011-08-01 09:37:06 -0700 |
commit | 5541920e0ac4ea8383c7f896daba24a304aafec6 (patch) | |
tree | 8f24a861fc0eb794339d7ec7b188c7c4e5fa2e41 /src/glsl/ir_function.cpp | |
parent | 5b3c7199830b8eaac4df2f8c3f10d0e89b4bd5c5 (diff) |
glsl: Remove duplicate comment
Remove duplicate doxgen comment for
ir_function.cpp:parameter_lists_match().
Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/glsl/ir_function.cpp')
-rw-r--r-- | 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 6cfc32cc2a0..2a4de5b0dcd 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) { |