Remove unneeded const qualifier

llvm-svn: 168342
This commit is contained in:
Filipe Cabecinhas 2012-11-20 00:03:38 +00:00
parent aba8270dba
commit 648c5bd273
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ protected:
GetUnwinder ();
// Check to see whether the thread is still at the last breakpoint hit that stopped it.
virtual const bool
virtual bool
IsStillAtLastBreakpointHit();
lldb::StackFrameListSP