Module: Mesa Branch: main Commit: d791184b465b2624703b09ce9a6e41d98d860cd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d791184b465b2624703b09ce9a6e41d98d860cd2
Author: Erik Faye-Lund <[email protected]> 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 <[email protected]> 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>
