This revision was automatically updated to reflect the committed changes. Closed by commit rL250249: Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=… (authored by brucem).
Changed prior to commit: http://reviews.llvm.org/D13707?vs=37284&id=37298#toc Repository: rL LLVM http://reviews.llvm.org/D13707 Files: lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp Index: lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp =================================================================== --- lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp +++ lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp @@ -290,19 +290,6 @@ { } -//------------------------------------------------------------------ -/// 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 () {
Index: lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp =================================================================== --- lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp +++ lldb/trunk/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp @@ -290,19 +290,6 @@ { } -//------------------------------------------------------------------ -/// 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 () {
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits