This is an archive of the discontinued LLVM Phabricator instance.

[ExecutionEngine] Remove unused function addCustomSectionParser
Needs ReviewPublic

Authored by kazu on Jun 11 2023, 8:29 PM.

Details

Reviewers
lhames
Summary

The last use was removed by:

commit 76aee8a389447409905c58b178b0554c9bae8a0a
Author: Lang Hames <lhames@gmail.com>
Date:   Mon Nov 4 16:00:09 2019 -0800

Once I remove addCustomSectionParser, nobody adds anything to
CustomSectionParserFunctions, so this patch removes all the code
having to do with CustomSectionParserFunctions.

Diff Detail

Event Timeline

kazu created this revision.Jun 11 2023, 8:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 8:29 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
kazu requested review of this revision.Jun 11 2023, 8:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 8:29 PM
kazu added a reviewer: lhames.Jun 11 2023, 8:29 PM

I need to have a think about this one -- these were placeholders and we might benefit from refactoring the current code to use them.