Mesa (main): gallium: remove stale comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 14 15:50:07 UTC 2022


Module: Mesa
Branch: main
Commit: d791184b465b2624703b09ce9a6e41d98d860cd2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d791184b465b2624703b09ce9a6e41d98d860cd2

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>

---

 src/gallium/include/pipe/p_compiler.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index fc82b0dee58..eefc2aee7f0 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -54,10 +54,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