From db718e2472c24b4954665c5e696c406d25fd389a Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 13 Dec 2012 12:14:47 -0800 Subject: [PATCH] glsl: Remove stale comment Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke --- src/glsl/ir_clone.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/glsl/ir_clone.cpp b/src/glsl/ir_clone.cpp index 4314efa76d4..c62c1fc20b2 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 -- 2.11.0