diff options
author | Michal Krol <michal@tungstengraphics.com> | 2007-10-28 17:48:46 +0000 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2007-10-28 17:48:46 +0000 |
commit | 2bbd714fda7b0fb21184bea8ed0c08f155cba528 (patch) | |
tree | 948c9985fb4d3aa1a39cf950964d0f5964206565 | |
parent | 3c8121967224f91bfcd5431b4069d66eecbc5952 (diff) |
Update comments.
-rw-r--r-- | src/mesa/state_tracker/st_mesa_to_tgsi.c | 2 |
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,
|