diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp')
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp index 03af1ddfb1f..c0bece1f207 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp @@ -307,8 +307,7 @@ PlatformRemoteiOS::GetDeviceSupportDirectoryForOSVersion() "%s/%i.%i", m_device_support_directory_for_os_version.c_str(), major, - minor, - update); + minor); file_spec.SetFile(resolved_path, resolve_path); if (file_spec.Exists() && file_spec.GetPath(resolved_path, sizeof(resolved_path))) |