diff options
Diffstat (limited to 'lldb/source/Core/StructuredData.cpp')
-rw-r--r-- | lldb/source/Core/StructuredData.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/StructuredData.cpp b/lldb/source/Core/StructuredData.cpp index a2c440948af..9286c3a2991 100644 --- a/lldb/source/Core/StructuredData.cpp +++ b/lldb/source/Core/StructuredData.cpp @@ -298,10 +298,6 @@ StructuredData::ParseJSON (std::string json_text) { object_sp = read_json_object (&c); } - else if (*c == '[') - { - object_sp = read_json_array (&c); - } else { // We have bad characters here, this is likely an illegal JSON string. |