消除编译警告

This commit is contained in:
xiongziliang 2022-09-24 17:26:21 +08:00
parent 2f9b3e187b
commit 79916ca6a4
1 changed files with 0 additions and 2 deletions

View File

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