Module: Mesa Branch: master Commit: db718e2472c24b4954665c5e696c406d25fd389a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db718e2472c24b4954665c5e696c406d25fd389a
Author: Ian Romanick <[email protected]> Date: Thu Dec 13 12:14:47 2012 -0800 glsl: Remove stale comment Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> --- src/glsl/ir_clone.cpp | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/glsl/ir_clone.cpp b/src/glsl/ir_clone.cpp index 4314efa..c62c1fc 100644 --- a/src/glsl/ir_clone.cpp +++ b/src/glsl/ir_clone.cpp @@ -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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
