This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Remove redundant deleted constructors in HostInfoBase subclasses
ClosedPublic

Authored by teemperor on Jun 14 2021, 5:59 AM.

Details

Summary

HostInfoBase has a deleted dtor/ctor so there is no need to do the same for
all the classes inheriting from it.

Diff Detail

Event Timeline

teemperor created this revision.Jun 14 2021, 5:59 AM
teemperor requested review of this revision.Jun 14 2021, 5:59 AM
DavidSpickett accepted this revision.Jun 14 2021, 6:08 AM
DavidSpickett added a subscriber: DavidSpickett.

LGTM

This revision is now accepted and ready to land.Jun 14 2021, 6:08 AM