diff options
Diffstat (limited to 'hscript/key.cc')
-rw-r--r-- | hscript/key.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hscript/key.cc b/hscript/key.cc index 10191e0..ed21c02 100644 --- a/hscript/key.cc +++ b/hscript/key.cc @@ -14,9 +14,6 @@ #include "key.hh" #include "util/output.hh" -Horizon::Keys::Key::~Key() { -} - bool Horizon::Keys::BooleanKey::parse(const std::string &what, const std::string &where, const std::string &key, bool *out) { |