ColUntil: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 23:21:35 -05:00
parent 08066b694c
commit 51badfa4ee
2 changed files with 0 additions and 6 deletions

View file

@ -36,8 +36,3 @@ ColumnUntil::ColumnUntil ()
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
ColumnUntil::~ColumnUntil ()
{
}
////////////////////////////////////////////////////////////////////////////////

View file

@ -33,7 +33,6 @@ class ColumnUntil : public ColumnTypeDate
{ {
public: public:
ColumnUntil (); ColumnUntil ();
~ColumnUntil ();
}; };
#endif #endif