Skip to content

Commit

Permalink
refactor: remove dead code which has no use since composite commands …
Browse files Browse the repository at this point in the history
…are refactored
  • Loading branch information
knst committed Jul 8, 2024
1 parent 58c5d43 commit d3e842f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/rpc/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,6 @@ class RPCHelpMan
}
}

// TODO: drop it, that's dash specific workaround
[[ noreturn ]] inline void Throw() const {
throw std::runtime_error(ToString());
}

std::vector<std::string> GetArgNames() const;

const std::string m_name;
Expand Down

0 comments on commit d3e842f

Please sign in to comment.