This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Remove unused functions
AbandonedPublic

Authored by epastor on Feb 20 2020, 6:45 AM.

Details

Reviewers
uabelho
lbenes
Summary

Remove functions that look likely to stay unused.

On review, these functions will likely not be needed even in the final MasmParser.

Diff Detail

Event Timeline

epastor created this revision.Feb 20 2020, 6:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2020, 6:45 AM

I have no idea if it's reasonable to remove these methods but it does indeed silence the compiler warnings about unused functions that I saw. Thanks for that.

(I also have no idea about the failed testcases but I suppose they are unrealated to this patch?)

epastor abandoned this revision.Feb 21 2020, 7:05 AM

Committed as f0c642e82274158f692d184de177be65eba814c1, without pre-submit review.