diff options
Diffstat (limited to 'src/node.cc')
| -rw-r--r-- | src/node.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/node.cc b/src/node.cc index 0079dcb..9b76c27 100644 --- a/src/node.cc +++ b/src/node.cc @@ -22,12 +22,6 @@ namespace cait::node { -stringable::stringable() = default; - -stringable::stringable(const stringable &) = default; - -stringable::~stringable() = default; - variable::variable(const token &variable_name, std::vector<token> variable_value_list) : _name(variable_name), _value_list(std::move(variable_value_list)) {} |