summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-11-20 00:03:38 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-11-20 00:03:38 +0000
commit648c5bd273b3834b8db463ec57a7063530ece26a (patch)
tree78f6cfe630446fa31ee7e123aa274695000770e4
parentaba8270dbad556b667db943f5abff63be89e2602 (diff)
downloadbcm5719-llvm-648c5bd273b3834b8db463ec57a7063530ece26a.tar.gz
bcm5719-llvm-648c5bd273b3834b8db463ec57a7063530ece26a.zip
Remove unneeded const qualifier
llvm-svn: 168342
-rw-r--r--lldb/include/lldb/Target/Thread.h2
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
OpenPOWER on IntegriCloud