Column: Dead code removal

This commit is contained in:
Paul Beckingham
2015-07-17 20:59:52 -04:00
parent 733be3462a
commit bf0b074f45
2 changed files with 0 additions and 46 deletions

View File

@@ -41,9 +41,6 @@ public:
static Column* uda (const std::string&);
Column ();
Column (const Column&);
Column& operator= (const Column&);
bool operator== (const Column&) const; // TODO Is this necessary?
virtual ~Column ();
const std::string& name () const { return _name; }