mesa: remove stale comment in dlist.c code
authorBrian Paul <brianp@vmware.com>
Fri, 30 Jan 2015 15:54:19 +0000 (08:54 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 30 Jan 2015 20:27:18 +0000 (13:27 -0700)
sizeof(Node) is always 4 bytes.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/dlist.c

index 0f0d95cdaf23277d945906a7ac8204e017ff5fb6..0058a87c272b26f794118333f931e6dfe9bce3b6 100644 (file)
@@ -579,7 +579,7 @@ get_pointer(const Node *node)
 
 /**
  * Used to store a 64-bit uint in a pair of "Nodes" for the sake of 32-bit
- * environment.  In 64-bit env, sizeof(Node)==8 anyway.
+ * environment.
  */
 union uint64_pair
 {