[Lldb-commits] Remove redundant declaration from include/lldb/lldb-private-log.h
Johnny Chen
johnny.chen at apple.com
Mon Feb 27 10:51:16 PST 2012
Thanks, Dmitry!
Checked in r151534.
On Feb 27, 2012, at 12:17 AM, Dmitry Vyukov wrote:
> Hi,
>
> I would like to ask you to review and land the following patch:
>
>
> Index: include/lldb/lldb-private-log.h
> ===================================================================
> --- include/lldb/lldb-private-log.h (revision 151036)
> +++ include/lldb/lldb-private-log.h (working copy)
> @@ -53,9 +53,6 @@
>
> namespace lldb_private {
>
> -uint32_t
> -GetLogMask ();
> -
> void
> LogIfAllCategoriesSet (uint32_t mask, const char *format, ...);
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list