i965: Clean up obsolete FINISHME comment.

This commit is contained in:
Eric Anholt
2010-09-28 15:28:06 -07:00
parent ff0eb45f47
commit 9ac910cfcd
-1
View File
@@ -186,7 +186,6 @@ type_size(const struct glsl_type *type)
case GLSL_TYPE_BOOL:
return type->components();
case GLSL_TYPE_ARRAY:
/* FINISHME: uniform/varying arrays. */
return type_size(type->fields.array) * type->length;
case GLSL_TYPE_STRUCT:
size = 0;