We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935bbbb commit 0ca8a59Copy full SHA for 0ca8a59
lldb/include/lldb/Target/Platform.h
@@ -473,8 +473,6 @@ class Platform : public PluginInterface {
473
LLVM_PRETTY_FUNCTION, GetName()));
474
}
475
476
- const std::string &GetRemoteURL() const { return m_remote_url; }
477
-
478
bool IsHost() const {
479
return m_is_host; // Is this the default host platform?
480
@@ -977,7 +975,6 @@ class Platform : public PluginInterface {
977
975
std::string m_sdk_build;
978
976
FileSpec m_working_dir; // The working directory which is used when installing
979
// modules that have no install path set
980
- std::string m_remote_url;
981
std::string m_hostname;
982
llvm::VersionTuple m_os_version;
983
ArchSpec
0 commit comments