From a45533defaab0c5912a0f195603fbf389c8678d5 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 25 Aug 2010 01:01:30 +0000 Subject: [PATCH] The destructor for StackFrameList doesn't need to be virtual as we aren't subclassing it anywhere. llvm-svn: 112010 --- lldb/include/lldb/Target/StackFrameList.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/include/lldb/Target/StackFrameList.h b/lldb/include/lldb/Target/StackFrameList.h index f5c23ffc25d6..097d4af09e3c 100644 --- a/lldb/include/lldb/Target/StackFrameList.h +++ b/lldb/include/lldb/Target/StackFrameList.h @@ -29,7 +29,6 @@ public: //------------------------------------------------------------------ StackFrameList (Thread &thread, bool show_inline_frames); - virtual ~StackFrameList(); uint32_t