mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmFileAPI: Use cmJSONState to read client queries
This approach will be more portable.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include <cm3p/json/reader.h>
|
||||
#include <cm3p/json/value.h>
|
||||
#include <cm3p/json/writer.h>
|
||||
|
||||
@@ -169,7 +168,6 @@ private:
|
||||
/** Identify the situation in which WriteReplies was called. */
|
||||
IndexFor ReplyIndexFor = IndexFor::Success;
|
||||
|
||||
std::unique_ptr<Json::CharReader> JsonReader;
|
||||
std::unique_ptr<Json::StreamWriter> JsonWriter;
|
||||
|
||||
bool ReadJsonFile(std::string const& file, Json::Value& value,
|
||||
|
||||
Reference in New Issue
Block a user