mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
glsl: Remove stale comment
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
4f29169913
commit
db718e2472
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,6 @@ ir_rvalue::clone(void *mem_ctx, struct hash_table *ht) const
|
|||
|
||||
/**
|
||||
* Duplicate an IR variable
|
||||
*
|
||||
* \note
|
||||
* This will probably be made \c virtual and moved to the base class
|
||||
* eventually.
|
||||
*/
|
||||
ir_variable *
|
||||
ir_variable::clone(void *mem_ctx, struct hash_table *ht) const
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue