[PATCH] D83898: [ms] [llvm-ml] Remove unused function
Eric Astor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 06:07:11 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG47a3b85a9713: [ms] [llvm-ml] Remove unused function (authored by epastor).
Changed prior to commit:
https://reviews.llvm.org/D83898?vs=278273&id=278745#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83898/new/
https://reviews.llvm.org/D83898
Files:
llvm/lib/MC/MCParser/MasmParser.cpp
Index: llvm/lib/MC/MCParser/MasmParser.cpp
===================================================================
--- llvm/lib/MC/MCParser/MasmParser.cpp
+++ llvm/lib/MC/MCParser/MasmParser.cpp
@@ -810,9 +810,6 @@
const StructInitializer &Initializer);
// User-defined types (structs, unions):
- bool emitStructValue(const StructInfo &Structure,
- const StructInitializer &Initializer,
- size_t InitialOffset = 0, size_t InitialField = 0);
bool emitStructValues(const StructInfo &Structure);
bool addStructField(StringRef Name, const StructInfo &Structure);
bool parseDirectiveStructValue(const StructInfo &Structure,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83898.278745.patch
Type: text/x-patch
Size: 704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200717/f99feaa1/attachment.bin>
More information about the llvm-commits
mailing list