Skip to content

Commit 47a3b85

Browse files
committed
[ms] [llvm-ml] Remove unused function
Summary: Remove unused function Reviewed By: lbenes Differential Revision: https://reviews.llvm.org/D83898
1 parent 16a4350 commit 47a3b85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/MC/MCParser/MasmParser.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,6 @@ class MasmParser : public MCAsmParser {
810810
const StructInitializer &Initializer);
811811

812812
// User-defined types (structs, unions):
813-
bool emitStructValue(const StructInfo &Structure,
814-
const StructInitializer &Initializer,
815-
size_t InitialOffset = 0, size_t InitialField = 0);
816813
bool emitStructValues(const StructInfo &Structure);
817814
bool addStructField(StringRef Name, const StructInfo &Structure);
818815
bool parseDirectiveStructValue(const StructInfo &Structure,

0 commit comments

Comments
 (0)