refactor: remove dead code which has no use since composite commands are refactored

This commit is contained in:
Konstantin Akimov 2024-07-08 23:37:17 +07:00
parent 58c5d431fe
commit d3e842f605
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -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; std::vector<std::string> GetArgNames() const;
const std::string m_name; const std::string m_name;