diff options
Diffstat (limited to 'lldb/source/Plugins')
-rw-r--r-- | lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp b/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp index 7c7e13096f2..5947dde4aa7 100644 --- a/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp +++ b/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp @@ -290,19 +290,6 @@ PlatformNetBSD::PlatformNetBSD (bool is_host) : { } -//------------------------------------------------------------------ -/// Destructor. -/// -/// The destructor is virtual since this class is designed to be -/// inherited from by the plug-in instance. -//------------------------------------------------------------------ -PlatformNetBSD::~PlatformNetBSD() -{ -} - -//TODO:VK: inherit PlatformPOSIX - - bool PlatformNetBSD::GetRemoteOSVersion () { |