mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
refactor: remove dead code which has no use since composite commands are refactored
This commit is contained in:
parent
58c5d431fe
commit
d3e842f605
@ -358,11 +358,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user