summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
index 339c3c8689b..3ecd20f2ade 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
@@ -23,9 +23,7 @@ public:
~PlatformRemoteAppleBridge() override = default;
- //------------------------------------------------------------
// Class Functions
- //------------------------------------------------------------
static lldb::PlatformSP CreateInstance(bool force,
const lldb_private::ArchSpec *arch);
@@ -37,18 +35,14 @@ public:
static const char *GetDescriptionStatic();
- //------------------------------------------------------------
// lldb_private::PluginInterface functions
- //------------------------------------------------------------
lldb_private::ConstString GetPluginName() override {
return GetPluginNameStatic();
}
uint32_t GetPluginVersion() override { return 1; }
- //------------------------------------------------------------
// lldb_private::Platform functions
- //------------------------------------------------------------
const char *GetDescription() override { return GetDescriptionStatic(); }
@@ -57,9 +51,7 @@ public:
protected:
- //------------------------------------------------------------
// lldb_private::PlatformRemoteDarwinDevice functions
- //------------------------------------------------------------
void GetDeviceSupportDirectoryNames (std::vector<std::string> &dirnames) override;
OpenPOWER on IntegriCloud