Index: lldb/source/Target/Platform.cpp =================================================================== --- lldb/source/Target/Platform.cpp +++ lldb/source/Target/Platform.cpp @@ -400,8 +400,6 @@ /// The destructor is virtual since this class is designed to be /// inherited from by the plug-in instance. Platform::~Platform() { - Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT)); - LLDB_LOGF(log, "%p Platform::~Platform()", static_cast(this)); } void Platform::GetStatus(Stream &strm) {