Mark private unimplemented functions as deleted
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 15 May 2019 05:31:14 +0000 (05:31 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 15 May 2019 05:31:14 +0000 (05:31 +0000)
commitc18740976e53e847892ffcbc5278c4c7789a1289
treede8df82e7fbc4ac01d5e73c4e438ceca83ec618e
parentc31a45e62a2a4212a9bb23a7de20d4023e333dac
Mark private unimplemented functions as deleted

Applies modernize-use-equals-delete to the LLDB code base and removes
the now redundant comments.

llvm-svn: 360751
15 files changed:
lldb/include/lldb/Breakpoint/StoppointLocation.h
lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
lldb/include/lldb/Symbol/Variable.h
lldb/include/lldb/Target/QueueList.h
lldb/include/lldb/Target/ThreadList.h
lldb/include/lldb/Target/UnwindAssembly.h
lldb/include/lldb/Utility/Event.h
lldb/include/lldb/Utility/SharingPtr.h
lldb/source/Host/macosx/cfcpp/CFCBundle.h
lldb/tools/debugserver/source/MacOSX/MachTask.h
lldb/tools/debugserver/source/PThreadEvent.h
lldb/tools/debugserver/source/PseudoTerminal.h
lldb/tools/debugserver/source/RNBContext.h
lldb/tools/debugserver/source/RNBRemote.h
lldb/tools/debugserver/source/RNBSocket.h