aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Astor <epastor@google.com>2020-07-15 15:00:34 -0400
committerHans Wennborg <hans@chromium.org>2020-07-20 15:50:30 +0200
commitc467be74df68bc8c6db0b70ee64d0fc4616821d5 (patch)
tree29c028b9d82ebf2310b5c57346a6aeec0da3ac31
parent40e2065d979b4417641105cff4a5ee9bbf67aebd (diff)
downloadllvm-c467be74df68bc8c6db0b70ee64d0fc4616821d5.zip
llvm-c467be74df68bc8c6db0b70ee64d0fc4616821d5.tar.gz
llvm-c467be74df68bc8c6db0b70ee64d0fc4616821d5.tar.bz2
[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)
-rw-r--r--llvm/lib/MC/MCParser/MasmParser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCParser/MasmParser.cpp b/llvm/lib/MC/MCParser/MasmParser.cpp
index 58c22b2..e2aaeaa 100644
--- a/llvm/lib/MC/MCParser/MasmParser.cpp
+++ b/llvm/lib/MC/MCParser/MasmParser.cpp
@@ -812,9 +812,6 @@ private:
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,