Remove unneeded const qualifier
authorFilipe Cabecinhas <me@filcab.net>
Tue, 20 Nov 2012 00:03:38 +0000 (00:03 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Tue, 20 Nov 2012 00:03:38 +0000 (00:03 +0000)
llvm-svn: 168342

lldb/include/lldb/Target/Thread.h

index 70f66c2..f875971 100644 (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