chore: remove unused code
This commit is contained in:
parent
24f368c71a
commit
5fc17e874d
|
@ -1463,18 +1463,6 @@ void taosCfgDynamicOptions(const char *option, const char *value) {
|
||||||
return;
|
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[] = {
|
const char *options[] = {
|
||||||
"dDebugFlag", "vDebugFlag", "mDebugFlag", "wDebugFlag", "sDebugFlag", "tsdbDebugFlag", "tqDebugFlag",
|
"dDebugFlag", "vDebugFlag", "mDebugFlag", "wDebugFlag", "sDebugFlag", "tsdbDebugFlag", "tqDebugFlag",
|
||||||
"fsDebugFlag", "udfDebugFlag", "smaDebugFlag", "idxDebugFlag", "tdbDebugFlag", "tmrDebugFlag", "uDebugFlag",
|
"fsDebugFlag", "udfDebugFlag", "smaDebugFlag", "idxDebugFlag", "tdbDebugFlag", "tmrDebugFlag", "uDebugFlag",
|
||||||
|
|
Loading…
Reference in New Issue