[Lldb-commits] [lldb] r112010 - /lldb/trunk/include/lldb/Target/StackFrameList.h

Greg Clayton gclayton at apple.com
Tue Aug 24 18:01:30 PDT 2010


Author: gclayton
Date: Tue Aug 24 20:01:30 2010
New Revision: 112010

URL: http://llvm.org/viewvc/llvm-project?rev=112010&view=rev
Log:
The destructor for StackFrameList doesn't need to be virtual as we aren't
subclassing it anywhere.


Modified:
    lldb/trunk/include/lldb/Target/StackFrameList.h

Modified: lldb/trunk/include/lldb/Target/StackFrameList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/StackFrameList.h?rev=112010&r1=112009&r2=112010&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/StackFrameList.h (original)
+++ lldb/trunk/include/lldb/Target/StackFrameList.h Tue Aug 24 20:01:30 2010
@@ -29,7 +29,6 @@
     //------------------------------------------------------------------
     StackFrameList (Thread &thread, bool show_inline_frames);
 
-    virtual
     ~StackFrameList();
 
     uint32_t





More information about the lldb-commits mailing list