Skip to content

Commit 2a0c8b1

Browse files
committed
[JSON] Remove Utility/JSON.{h|cpp}
This patch is the final step in my quest to get rid of the JSON parser in LLDB. Vedant's coverage report [1] shows that it was mostly untested. Furthermore, the LLVM implementation has a much nicer API and using it means one less thing to maintain for LLDB. [1] http://lab.llvm.org:8080/coverage/coverage-reports/index.html Differential revision: https://reviews.llvm.org/D68305 llvm-svn: 373501
1 parent 4f8151e commit 2a0c8b1

File tree

5 files changed

+0
-861
lines changed

5 files changed

+0
-861
lines changed

lldb/include/lldb/Utility/JSON.h

Lines changed: 0 additions & 283 deletions
This file was deleted.

lldb/source/Utility/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ add_lldb_library(lldbUtility
2727
FileSpec.cpp
2828
GDBRemote.cpp
2929
IOObject.cpp
30-
JSON.cpp
3130
LLDBAssert.cpp
3231
Listener.cpp
3332
Log.cpp

0 commit comments

Comments
 (0)