[Lldb-commits] [lldb] r200637 - Remove commented includes

Jean-Daniel Dupas devlists at shadowlab.org
Sun Feb 2 06:06:07 PST 2014


Author: jddupas
Date: Sun Feb  2 08:06:07 2014
New Revision: 200637

URL: http://llvm.org/viewvc/llvm-project?rev=200637&view=rev
Log:
Remove commented includes

Modified:
    lldb/trunk/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp

Modified: lldb/trunk/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp?rev=200637&r1=200636&r2=200637&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp (original)
+++ lldb/trunk/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp Sun Feb  2 08:06:07 2014
@@ -9,12 +9,8 @@
 
 #include "SymbolVendorELF.h"
 
-//#include <libxml/parser.h>
-// #include <libxml/tree.h>
 #include <string.h>
 
-// #include <AvailabilityMacros.h>
-
 #include "lldb/Core/Module.h"
 #include "lldb/Core/ModuleSpec.h"
 #include "lldb/Core/PluginManager.h"





More information about the lldb-commits mailing list