[Lldb-commits] [lldb] r144040 - /lldb/trunk/include/lldb/lldb-forward.h

Eric Christopher echristo at apple.com
Mon Nov 7 15:29:56 PST 2011


Author: echristo
Date: Mon Nov  7 17:29:56 2011
New Revision: 144040

URL: http://llvm.org/viewvc/llvm-project?rev=144040&view=rev
Log:
Remove duplicate and contradictory forward declaration.

Modified:
    lldb/trunk/include/lldb/lldb-forward.h

Modified: lldb/trunk/include/lldb/lldb-forward.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-forward.h?rev=144040&r1=144039&r2=144040&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-forward.h (original)
+++ lldb/trunk/include/lldb/lldb-forward.h Mon Nov  7 17:29:56 2011
@@ -128,7 +128,6 @@
 class   ScriptInterpreter;
 #ifndef LLDB_DISABLE_PYTHON
 class   ScriptInterpreterPython;
-class   ScriptSummaryFormat;
 #endif // #ifndef LLDB_DISABLE_PYTHON
 class   SearchFilter;
 class   Section;





More information about the lldb-commits mailing list