1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[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)
This commit is contained in:
Eric Astor 2020-07-15 15:00:34 -04:00 committed by Hans Wennborg
parent 48eff08046
commit 589287d15e

View File

@ -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,