From f0921808fe4648415523a53b8778f049e6f3405e Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 28 Feb 2024 21:52:15 +0000 Subject: [PATCH] remove unused var Signed-off-by: Ian Chen --- src/ParserConfig.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ParserConfig.cc b/src/ParserConfig.cc index 0661b352c..14ca46af5 100644 --- a/src/ParserConfig.cc +++ b/src/ParserConfig.cc @@ -56,9 +56,6 @@ class sdf::ParserConfig::Implementation /// \brief Flag to expand URIs where possible store the resolved paths public: bool storeResolvedURIs = false; - - /// \brief Path to search for URIs with relative paths - public: std::string relativeUriSearchPath; };