This is an archive of the discontinued LLVM Phabricator instance.

[AST] Delete broken, unused template.
AbandonedPublic

Authored by ymandel on Sep 25 2020, 9:43 AM.

Details

Reviewers
gribozavr2
Summary

The const* overload of IgnoreExprNodes can't compile. Moreover, this didn't
turn up because it's unused. There's no obvious fix, so I've deleted it.

Diff Detail

Event Timeline

ymandel created this revision.Sep 25 2020, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2020, 9:43 AM
ymandel requested review of this revision.Sep 25 2020, 9:43 AM
gribozavr2 accepted this revision.Sep 25 2020, 10:37 AM
This revision is now accepted and ready to land.Sep 25 2020, 10:37 AM
ymandel abandoned this revision.Jul 14 2021, 7:53 AM

Fixed in another commit.