diff --git a/chore/llcppg/types/types.go b/chore/llcppg/types/types.go index bd516458..ece5c0e3 100644 --- a/chore/llcppg/types/types.go +++ b/chore/llcppg/types/types.go @@ -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 {