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
This commit is contained in:
Bruce Mitchener 2015-10-13 23:22:40 +00:00
parent 72d514478f
commit 87156d25bc
1 changed files with 0 additions and 13 deletions

View File

@ -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 ()
{