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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user