diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-10-13 23:22:40 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-10-13 23:22:40 +0000 |
commit | 87156d25bc07c415ab429b02b43c459cd23f5b9d (patch) | |
tree | 55667939307fef1fba5491a2594d5e6802fbbdb8 | |
parent | 72d514478f892cef89d1e650c077745e3d1e0da4 (diff) | |
download | bcm5719-llvm-87156d25bc07c415ab429b02b43c459cd23f5b9d.tar.gz bcm5719-llvm-87156d25bc07c415ab429b02b43c459cd23f5b9d.zip |
Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default'
Summary: Local definition of ~PlatformNetBSD() results with a compiler error.
Patch by Kamil Rytarowski. Thanks!
Reviewers: joerg, brucem
Subscribers: brucem, lldb-commits
Differential Revision: http://reviews.llvm.org/D13707
llvm-svn: 250249
-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 () { |