The destructor for StackFrameList doesn't need to be virtual as we aren't

subclassing it anywhere.

llvm-svn: 112010
This commit is contained in:
Greg Clayton 2010-08-25 01:01:30 +00:00
parent 158483cf62
commit a45533defa
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public:
//------------------------------------------------------------------
StackFrameList (Thread &thread, bool show_inline_frames);
virtual
~StackFrameList();
uint32_t