forked from OSchip/llvm-project
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:
parent
158483cf62
commit
a45533defa
|
@ -29,7 +29,6 @@ public:
|
|||
//------------------------------------------------------------------
|
||||
StackFrameList (Thread &thread, bool show_inline_frames);
|
||||
|
||||
virtual
|
||||
~StackFrameList();
|
||||
|
||||
uint32_t
|
||||
|
|
Loading…
Reference in New Issue