[Lldb-commits] Remove redundant declaration from include/lldb/lldb-private-log.h

Dmitry Vyukov dvyukov at google.com
Mon Feb 27 00:17:38 PST 2012


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, ...);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20120227/a3f95759/attachment.html>


More information about the lldb-commits mailing list