Fix -Wredundant-decls warning in json_type.h. (#1759)

Co-authored-by: threadpoolexecutor <davidkor77@gmail.com>
This commit is contained in:
epoll-reactor
2021-12-02 19:49:48 +01:00
committed by GitHub
parent 4aaf3f030c
commit 003d970cd2
@@ -111,7 +111,6 @@ protected:
uint64_t unsigned_integer;
} payload{0};
number_type type{number_type::signed_integer};
friend class value_iterator;
};
/**