Mesa (staging/22.1): gallium: remove stale comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 15 16:22:56 UTC 2022


Module: Mesa
Branch: staging/22.1
Commit: b0deaebb22106a57ccd3cc9e0f087772689db6a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0deaebb22106a57ccd3cc9e0f087772689db6a0

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Jun  8 10:30:27 2022 +0200

gallium: remove stale comment

This hasn't been true for a long time, let's remove the comment.

Fixes: 0d4898ae806 ("include,gallium: Remove pre-MSVC 2013 compatibility.")
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16908>
(cherry picked from commit d791184b465b2624703b09ce9a6e41d98d860cd2)

---

 .pick_status.json                     | 2 +-
 src/gallium/include/pipe/p_compiler.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 216baaef0f0..f9afc9ff88f 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1336,7 +1336,7 @@
         "description": "gallium: remove stale comment",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": "0d4898ae8068d3984242775a6fcc87f280c0ac5a"
     },
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index 868cb09b023..cac7be08b19 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -56,10 +56,6 @@
 #endif /* _MSC_VER */
 
 
-/*
- * Alternative stdint.h and stdbool.h headers are supplied in include/c99 for
- * systems that lack it.
- */
 #include <stdint.h>
 #include <stdbool.h>
 



More information about the mesa-commit mailing list