[libc][obvious] remove currently unused types

Somehow having MBState and StructTmType in the definition for wchar was
causing test failures. This should fix those.

Differential Revision: https://reviews.llvm.org/D146476
This commit is contained in:
Michael Jones 2023-03-20 17:20:01 -07:00
parent 1a79b25d36
commit 23ea2c4f4a
2 changed files with 0 additions and 3 deletions

View File

@ -61,7 +61,6 @@ def RestrictedSizeTPtr : RestrictedPtrType<SizeTType>;
def WCharType : NamedType<"wchar_t">;
def WIntType : NamedType<"wint_t">;
def MBStateType : NamedType<"mbstate_t">;
def LongDoublePtr : PtrType<LongDoubleType>;

View File

@ -1078,8 +1078,6 @@ def StdC : StandardSpec<"stdc"> {
SizeTType,
WIntType,
WCharType,
MBStateType,
StructTmType,
],
[], // Enumerations
[