[lldb][NFC] Remove redundant deleted constructors in HostInfoBase subclasses
authorRaphael Isemann <teemperor@gmail.com>
Mon, 21 Jun 2021 11:19:15 +0000 (13:19 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 21 Jun 2021 11:33:40 +0000 (13:33 +0200)
commit7f20e6ae3229664f866149a4e0739a426b6fa463
treefd7673511768432699a44a78fb326f1e313b2cf0
parent05bb969014d64611721cd30e4d890f626820ec76
[lldb][NFC] Remove redundant deleted constructors in HostInfoBase subclasses

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

Reviewed By: DavidSpickett, JDevlieghere

Differential Revision: https://reviews.llvm.org/D104221
lldb/include/lldb/Host/linux/HostInfoLinux.h
lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
lldb/include/lldb/Host/windows/HostInfoWindows.h