OSDN Git Service

[ms] [llvm-ml] Remove unused function
authorEric Astor <epastor@google.com>
Wed, 15 Jul 2020 19:00:34 +0000 (15:00 -0400)
committerEric Astor <epastor@google.com>
Fri, 17 Jul 2020 13:06:37 +0000 (09:06 -0400)
Summary: Remove unused function

Reviewed By: lbenes

Differential Revision: https://reviews.llvm.org/D83898

llvm/lib/MC/MCParser/MasmParser.cpp

index 3ed9623..fb3bb11 100644 (file)
@@ -810,9 +810,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,