diff --git a/libc/spec/spec.td b/libc/spec/spec.td index 7a691f255e0b7..2336754c5d030 100644 --- a/libc/spec/spec.td +++ b/libc/spec/spec.td @@ -61,7 +61,6 @@ def RestrictedSizeTPtr : RestrictedPtrType; def WCharType : NamedType<"wchar_t">; def WIntType : NamedType<"wint_t">; -def MBStateType : NamedType<"mbstate_t">; def LongDoublePtr : PtrType; diff --git a/libc/spec/stdc.td b/libc/spec/stdc.td index fd732b74fae1e..56ee9a60d10ae 100644 --- a/libc/spec/stdc.td +++ b/libc/spec/stdc.td @@ -1078,8 +1078,6 @@ def StdC : StandardSpec<"stdc"> { SizeTType, WIntType, WCharType, - MBStateType, - StructTmType, ], [], // Enumerations [