Variant: Removed obsolete method

This commit is contained in:
Paul Beckingham
2016-01-09 22:26:58 -05:00
parent 83701168a4
commit da96962b00
2 changed files with 0 additions and 6 deletions

View File

@@ -152,11 +152,6 @@ Variant::Variant (const time_t value, const enum type new_type)
}
}
////////////////////////////////////////////////////////////////////////////////
Variant::~Variant ()
{
}
////////////////////////////////////////////////////////////////////////////////
void Variant::source (const std::string& input)
{