Remove commented out line from top-level CMakeLists.txt

llvm-svn: 334225
GitOrigin-RevId: 372e3d3e125f16ab818e31a81db93f195cabc159
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1772acf..5b2a109 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,6 @@
     ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${LLDB_FRAMEWORK_INSTALL_DIR})
 endif()
 
-# add_subdirectory(include)
 add_subdirectory(docs)
 if (NOT LLDB_DISABLE_PYTHON)
   if(LLDB_USE_SYSTEM_SIX)