Skip to content

Commit 0ca8a59

Browse files
authored
[lldb][NFC] Remove unused field Platform::m_remote_url (llvm#118411)
Related: https://discourse.llvm.org/t/rfc-lldb-a-proposal-to-refactor-platform/82697
1 parent 935bbbb commit 0ca8a59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/include/lldb/Target/Platform.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ class Platform : public PluginInterface {
473473
LLVM_PRETTY_FUNCTION, GetName()));
474474
}
475475

476-
const std::string &GetRemoteURL() const { return m_remote_url; }
477-
478476
bool IsHost() const {
479477
return m_is_host; // Is this the default host platform?
480478
}
@@ -977,7 +975,6 @@ class Platform : public PluginInterface {
977975
std::string m_sdk_build;
978976
FileSpec m_working_dir; // The working directory which is used when installing
979977
// modules that have no install path set
980-
std::string m_remote_url;
981978
std::string m_hostname;
982979
llvm::VersionTuple m_os_version;
983980
ArchSpec

0 commit comments

Comments
 (0)