diff --git a/src/Variant.cpp b/src/Variant.cpp index 478c548a0..e4e9d3b4a 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -152,11 +152,6 @@ Variant::Variant (const time_t value, const enum type new_type) } } -//////////////////////////////////////////////////////////////////////////////// -Variant::~Variant () -{ -} - //////////////////////////////////////////////////////////////////////////////// void Variant::source (const std::string& input) { diff --git a/src/Variant.h b/src/Variant.h index 341d5f565..1d516ea67 100644 --- a/src/Variant.h +++ b/src/Variant.h @@ -50,7 +50,6 @@ public: Variant (const std::string&); Variant (const char*); Variant (const time_t, const enum type); - ~Variant (); void source (const std::string&); const std::string& source () const;