Mesa (master): mesa: remove stale comment in dlist.c code

Brian Paul brianp at kemper.freedesktop.org
Fri Jan 30 20:37:21 UTC 2015


Module: Mesa
Branch: master
Commit: 20bc72b791941b88d14b47c41f66c9a12a5333da
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20bc72b791941b88d14b47c41f66c9a12a5333da

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan 30 08:54:19 2015 -0700

mesa: remove stale comment in dlist.c code

sizeof(Node) is always 4 bytes.

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/main/dlist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 0f0d95c..0058a87 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -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
 {




More information about the mesa-commit mailing list