summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2007-10-28 17:48:46 +0000
committerMichal Krol <michal@tungstengraphics.com>2007-10-28 17:48:46 +0000
commit2bbd714fda7b0fb21184bea8ed0c08f155cba528 (patch)
tree948c9985fb4d3aa1a39cf950964d0f5964206565 /src/mesa/state_tracker/st_mesa_to_tgsi.c
parent3c8121967224f91bfcd5431b4069d66eecbc5952 (diff)
Update comments.
Diffstat (limited to 'src/mesa/state_tracker/st_mesa_to_tgsi.c')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c
index 0e3533af4d..af680b9e99 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.c
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c
@@ -591,8 +591,6 @@ make_temp_decl(
/**
* Find the temporaries which are used in the given program.
- * Put the indices of the temporaries in 'tempsUsed'.
- * \return number of temporaries used
*/
static void
find_temporaries(const struct gl_program *program,