c/clang/symg:remove JSONPath

This commit is contained in:
luoliwoshang
2024-07-30 10:33:52 +08:00
parent 67b10d8d38
commit 14face336e

View File

@@ -27,7 +27,6 @@ type Config struct {
Libs string `json:"libs"`
Include []string `json:"include"`
TrimPrefixes []string `json:"trimPrefixes"`
JSONPath string `json:"jsonPath"`
}
type Conf struct {