mesa: remove stale comment in dlist.c code

sizeof(Node) is always 4 bytes.

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul
2015-01-30 08:54:19 -07:00
parent 613974b774
commit 20bc72b791
+1 -1
View 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
{