消除编译警告

This commit is contained in:
夏楚 2022-09-24 19:07:45 +08:00 committed by GitHub
parent 2f9b3e187b
commit b9a4b3e71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,8 +80,6 @@ public:
GET_OPT_VALUE(modify_stamp); GET_OPT_VALUE(modify_stamp);
} }
ProtocolOption(const ProtocolOption &) = default;
private: private:
template <typename MAP, typename KEY, typename TYPE> template <typename MAP, typename KEY, typename TYPE>
static void getArgsValue(const MAP &allArgs, const KEY &key, TYPE &value) { static void getArgsValue(const MAP &allArgs, const KEY &key, TYPE &value) {