Remove unused

This commit is contained in:
世界
2021-09-19 20:28:38 +08:00
parent ea94d07f65
commit a4f657f787
7 changed files with 8 additions and 198 deletions
-2
View File
@@ -35,8 +35,6 @@ var ReaderDecoderByFormat = make(map[string]readerDecoder)
func init() {
ReaderDecoderByFormat["json"] = DecodeJSONConfig
ReaderDecoderByFormat["yaml"] = DecodeYAMLConfig
ReaderDecoderByFormat["toml"] = DecodeTOMLConfig
core.ConfigBuilderForFiles = BuildConfig
}