remove port check declaration

Signed-off-by: Yhz <yinghao.zou@zilliz.com>
This commit is contained in:
Yhz 2020-03-08 16:22:13 +08:00
parent 01eb62836e
commit 5892d4b9ba

View File

@ -191,9 +191,6 @@ class Config {
Status
SetConfigCli(const std::string& parent_key, const std::string& child_key, const std::string& value);
Status
CheckDuplicatePort();
Status
UpdateFileConfigFromMem(const std::string& parent_key, const std::string& child_key);