From 0b9541a92e98cf45ed43acbff42140f291f86783 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Mon, 23 Oct 2023 15:56:37 -0400 Subject: [PATCH] jsonpath jsonpath_expression unused typedefs --- include/jsoncons_ext/jsonpath/jsonpath_expression.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp b/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp index 411fe55482..5e5dbe89bd 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp @@ -2620,7 +2620,6 @@ namespace detail { using value_type = typename jsonpath_traits_type::value_type; using reference = typename jsonpath_traits_type::reference; - using const_reference = typename jsonpath_traits_type::const_reference; using evaluator_type = typename jsonpath_traits_type::evaluator_type; using path_expression_type = typename jsonpath_traits_type::path_expression_type; @@ -2662,8 +2661,6 @@ namespace detail { using value_type = typename jsonpath_traits_type::value_type; using reference = typename jsonpath_traits_type::reference; using evaluator_type = typename jsonpath_traits_type::evaluator_type; - using path_expression_type = typename jsonpath_traits_type::path_expression_type; - using json_location_type = typename jsonpath_traits_type::json_location_type; auto static_resources = jsoncons::make_unique>(funcs); evaluator_type evaluator;