From 0a1e6185d1a1e5a923e483d6bc36888ca49e16b8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 26 Jun 2022 02:24:26 -0700 Subject: refactor(node): hide stringable --- src/node.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/node.cc') 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 variable_value_list) : _name(variable_name), _value_list(std::move(variable_value_list)) {} -- cgit v1.2.3