[libc-commits] [PATCH] D146476: [libc][obvious] remove currently unused types
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Mar 20 17:23:11 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG23ea2c4f4a92: [libc][obvious] remove currently unused types (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146476/new/
https://reviews.llvm.org/D146476
Files:
libc/spec/spec.td
libc/spec/stdc.td
Index: libc/spec/stdc.td
===================================================================
--- libc/spec/stdc.td
+++ libc/spec/stdc.td
@@ -1078,8 +1078,6 @@
SizeTType,
WIntType,
WCharType,
- MBStateType,
- StructTmType,
],
[], // Enumerations
[
Index: libc/spec/spec.td
===================================================================
--- libc/spec/spec.td
+++ libc/spec/spec.td
@@ -61,7 +61,6 @@
def WCharType : NamedType<"wchar_t">;
def WIntType : NamedType<"wint_t">;
-def MBStateType : NamedType<"mbstate_t">;
def LongDoublePtr : PtrType<LongDoubleType>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146476.506788.patch
Type: text/x-patch
Size: 635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230321/e3a3728c/attachment-0001.bin>
More information about the libc-commits
mailing list