summaryrefslogtreecommitdiff
path: root/hscript/key.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-07 19:37:46 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-07 19:37:46 -0600
commit094e1bab65bf220b64f37dc6431cc208ee52e54f (patch)
treec13860e2a051dac48dabb9558e70f5e4d54f0234 /hscript/key.cc
parent007eed6403d77bbfc4164114875ce6253aff7ab4 (diff)
downloadhorizon-094e1bab65bf220b64f37dc6431cc208ee52e54f.tar.gz
horizon-094e1bab65bf220b64f37dc6431cc208ee52e54f.tar.bz2
horizon-094e1bab65bf220b64f37dc6431cc208ee52e54f.tar.xz
horizon-094e1bab65bf220b64f37dc6431cc208ee52e54f.zip
hscript: Key dtor doesn't need out-of-line definition
Diffstat (limited to 'hscript/key.cc')
-rw-r--r--hscript/key.cc3
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) {