chore: remove unused code

This commit is contained in:
kailixu 2023-05-18 20:24:46 +08:00
parent 24f368c71a
commit 5fc17e874d
1 changed files with 0 additions and 12 deletions

View File

@ -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",