[debugserver] Remove dead function call. NFCI.

llvm-svn: 330066
This commit is contained in:
Davide Italiano 2018-04-13 20:47:25 +00:00
parent 4bdf1aa416
commit 0bd55b187e
1 changed files with 0 additions and 3 deletions

View File

@ -6089,9 +6089,6 @@ rnb_err_t RNBRemote::HandlePacket_qProcessInfo(const char *p) {
((addr_size == 8) ? sizeof(mach_header_64) : sizeof(mach_header));
load_command lc;
for (uint32_t i = 0; i < mh.ncmds && !os_handled; ++i) {
const nub_size_t bytes_read =
DNBProcessMemoryRead(pid, load_command_addr, sizeof(lc), &lc);
uint32_t major_version, minor_version, patch_version;
auto *platform = DNBGetDeploymentInfo(pid, lc, load_command_addr,
major_version, minor_version,