remove unuse code

This commit is contained in:
MaxWk 2021-11-19 20:27:10 +08:00
parent 90433ff911
commit ec7e99ef82

View File

@ -11,9 +11,6 @@ private:
static constexpr char str_true[5] = "true";
static constexpr char str_false[6] = "false";
// static constexpr const char * text_true_arr[6] = {"true", "True", "T", "Yes", "Y", "On"};
// static constexpr const char * text_false_arr[6] = {"false", "False", "F", "No", "N", "Off"};
public:
SerializationBool(const SerializationPtr & nested_);