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:
parent
72d514478f
commit
87156d25bc
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue