[Lldb-commits] [lldb] r151534 - /lldb/trunk/include/lldb/lldb-private-log.h

Johnny Chen johnny.chen at apple.com
Mon Feb 27 10:45:27 PST 2012


Author: johnny
Date: Mon Feb 27 12:45:26 2012
New Revision: 151534

URL: http://llvm.org/viewvc/llvm-project?rev=151534&view=rev
Log:
Remove redundant declaration.
Patch from Dmitry Vyukov <dvyukov at google.com>!

Modified:
    lldb/trunk/include/lldb/lldb-private-log.h

Modified: lldb/trunk/include/lldb/lldb-private-log.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-private-log.h?rev=151534&r1=151533&r2=151534&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-private-log.h (original)
+++ lldb/trunk/include/lldb/lldb-private-log.h Mon Feb 27 12:45:26 2012
@@ -53,9 +53,6 @@
 
 namespace lldb_private {
 
-uint32_t
-GetLogMask ();
-
 void
 LogIfAllCategoriesSet (uint32_t mask, const char *format, ...);
 





More information about the lldb-commits mailing list