From d791184b465b2624703b09ce9a6e41d98d860cd2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 8 Jun 2022 10:30:27 +0200 Subject: [PATCH] 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 Part-of: --- 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 #include