[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:
parent
1a79b25d36
commit
23ea2c4f4a
|
@ -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>;
|
||||
|
||||
|
|
|
@ -1078,8 +1078,6 @@ def StdC : StandardSpec<"stdc"> {
|
|||
SizeTType,
|
||||
WIntType,
|
||||
WCharType,
|
||||
MBStateType,
|
||||
StructTmType,
|
||||
],
|
||||
[], // Enumerations
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue
Block a user