提交 5fc17e87 编写于 作者: K kailixu

chore: remove unused code

上级 24f368c7
......@@ -1463,18 +1463,6 @@ void taosCfgDynamicOptions(const char *option, const char *value) {
return;
}
if (strcasecmp(option, "activeCode") == 0) {
// TODO
printf("%s:%d set activeCode: %s\n", __func__, __LINE__, value);
return;
}
if (strcasecmp(option, "cActiveCode") == 0) {
// TODO
printf("%s:%d set cActiveCode: %s\n", __func__, __LINE__, value);
return;
}
const char *options[] = {
"dDebugFlag", "vDebugFlag", "mDebugFlag", "wDebugFlag", "sDebugFlag", "tsdbDebugFlag", "tqDebugFlag",
"fsDebugFlag", "udfDebugFlag", "smaDebugFlag", "idxDebugFlag", "tdbDebugFlag", "tmrDebugFlag", "uDebugFlag",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册