[Lldb-commits] [lldb] r168342 - /lldb/trunk/include/lldb/Target/Thread.h

Filipe Cabecinhas me at filcab.net
Mon Nov 19 16:03:38 PST 2012


Author: filcab
Date: Mon Nov 19 18:03:38 2012
New Revision: 168342

URL: http://llvm.org/viewvc/llvm-project?rev=168342&view=rev
Log:
Remove unneeded const qualifier

Modified:
    lldb/trunk/include/lldb/Target/Thread.h

Modified: lldb/trunk/include/lldb/Target/Thread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Thread.h?rev=168342&r1=168341&r2=168342&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Thread.h (original)
+++ lldb/trunk/include/lldb/Target/Thread.h Mon Nov 19 18:03:38 2012
@@ -859,7 +859,7 @@
     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





More information about the lldb-commits mailing list