[llvm-branch-commits] [llvm] c467be7 - [ms] [llvm-ml] Remove unused function
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 20 06:52:37 PDT 2020
Author: Eric Astor
Date: 2020-07-20T15:50:30+02:00
New Revision: c467be74df68bc8c6db0b70ee64d0fc4616821d5
URL: https://github.com/llvm/llvm-project/commit/c467be74df68bc8c6db0b70ee64d0fc4616821d5
DIFF: https://github.com/llvm/llvm-project/commit/c467be74df68bc8c6db0b70ee64d0fc4616821d5.diff
LOG: [ms] [llvm-ml] Remove unused function
Summary: Remove unused function
Reviewed By: lbenes
Differential Revision: https://reviews.llvm.org/D83898
(cherry picked from commit 47a3b85a97136fca4a388646cbaec10b71414b60)
Added:
Modified:
llvm/lib/MC/MCParser/MasmParser.cpp
Removed:
################################################################################
diff --git a/llvm/lib/MC/MCParser/MasmParser.cpp b/llvm/lib/MC/MCParser/MasmParser.cpp
index 58c22b2ccef2..e2aaeaae03b0 100644
--- a/llvm/lib/MC/MCParser/MasmParser.cpp
+++ b/llvm/lib/MC/MCParser/MasmParser.cpp
@@ -812,9 +812,6 @@ class MasmParser : public MCAsmParser {
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,
More information about the llvm-branch-commits
mailing list