From: Filipe Cabecinhas Date: Tue, 20 Nov 2012 00:03:38 +0000 (+0000) Subject: Remove unneeded const qualifier X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=648c5bd273b3834b8db463ec57a7063530ece26a;p=platform%2Fupstream%2Fllvm.git Remove unneeded const qualifier llvm-svn: 168342 --- diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index 70f66c2..f875971 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