Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Feb 28, 2024
1 parent 70e897e commit f092180
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ParserConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};


Expand Down

0 comments on commit f092180

Please sign in to comment.