From d2bba86bf7200362d8801fa475bc2c1ff935c8d7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 22 Feb 2020 10:24:23 +0100 Subject: include/stdint.h: Remove old reference to ROMCC Change-Id: I00fdcee177c5d4b5e95bc3d0330fd8934eee2f0a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/39072 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/include/stdint.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/include/stdint.h b/src/include/stdint.h index b534addfe2..b3e4cb31ec 100644 --- a/src/include/stdint.h +++ b/src/include/stdint.h @@ -14,10 +14,6 @@ #ifndef STDINT_H #define STDINT_H -/* romcc does not support long long, _Static_assert, or _Bool, so we must ifdef that code out. - Also, GCC can provide its own implementation of stdint.h, so in theory we could use that - instead of this custom file once romcc is no more. */ - /* Fixed width integer types */ typedef signed char int8_t; typedef unsigned char uint8_t; -- cgit v1.2.3