Remove destructor definition entirely

This commit is contained in:
kannibalox
2024-11-11 10:46:24 -05:00
committed by Jari Sundell
parent 34de2b4ac9
commit f2f84dd97a
-1
View File
@@ -97,7 +97,6 @@ public:
static const int flag_tracker_target = 0x400;
CommandMap() {}
~CommandMap() {}
bool has(const std::string& key) const { return base_type::find(key) != base_type::end(); }