From 14face336e1596461eb3549d2b86bfd301a8b5bc Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Tue, 30 Jul 2024 10:33:52 +0800 Subject: [PATCH] c/clang/symg:remove JSONPath --- chore/llcppg/types/types.go | 1 - 1 file changed, 1 deletion(-) 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 {