Skip to content

Commit

Permalink
fixup! descriptors: Have ParseKeypath handle multipath specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Jun 13, 2024
1 parent bb1af02 commit d2b43c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/script/descriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1422,8 +1422,6 @@ enum class ParseScriptContext {
**/
[[nodiscard]] bool ParseKeyPath(const std::vector<Span<const char>>& split, std::vector<KeyPath>& out, bool& apostrophe, std::string& error, bool allow_multipath = false)
{
using namespace spanparsing;

out.emplace_back();

for (size_t i = 1; i < split.size(); ++i) {
Expand Down

0 comments on commit d2b43c3

Please sign in to comment.