From 7a30608026825c7c558f029384d257d016992775 Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Tue, 23 Jun 2015 03:17:01 +0000 Subject: Revert "Reduced packet counts to the remote GDB server where possible." This reverts commit 0cc0745ea9c68d7fdcadc9904cee3f13c96dae60. Due to breakage on Linux build bot: http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/3436 llvm-svn: 240371 --- lldb/source/Core/StructuredData.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/source/Core/StructuredData.cpp') 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. -- cgit v1.2.3