summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/JSONGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/JSONGenerator.h')
-rw-r--r--lldb/tools/debugserver/source/JSONGenerator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/tools/debugserver/source/JSONGenerator.h b/lldb/tools/debugserver/source/JSONGenerator.h
index efd8a6c3d35..70708f9a5ac 100644
--- a/lldb/tools/debugserver/source/JSONGenerator.h
+++ b/lldb/tools/debugserver/source/JSONGenerator.h
@@ -16,7 +16,6 @@
#include <utility>
#include <vector>
-//----------------------------------------------------------------------
/// \class JSONGenerator JSONGenerator.h
/// A class which can construct structured data for the sole purpose
/// of printing it in JSON format.
@@ -24,7 +23,6 @@
/// A stripped down version of lldb's StructuredData objects which are much
/// general purpose. This variant is intended only for assembling information
/// and printing it as a JSON string.
-//----------------------------------------------------------------------
class JSONGenerator {
public:
OpenPOWER on IntegriCloud