diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2012-11-20 00:03:38 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2012-11-20 00:03:38 +0000 |
| commit | 648c5bd273b3834b8db463ec57a7063530ece26a (patch) | |
| tree | 78f6cfe630446fa31ee7e123aa274695000770e4 | |
| parent | aba8270dbad556b667db943f5abff63be89e2602 (diff) | |
| download | bcm5719-llvm-648c5bd273b3834b8db463ec57a7063530ece26a.tar.gz bcm5719-llvm-648c5bd273b3834b8db463ec57a7063530ece26a.zip | |
Remove unneeded const qualifier
llvm-svn: 168342
| -rw-r--r-- | lldb/include/lldb/Target/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index 70f66c25c4d..f8759719c7a 100644 --- a/lldb/include/lldb/Target/Thread.h +++ b/lldb/include/lldb/Target/Thread.h @@ -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 |

