delete unused method

This commit is contained in:
Hieu Hoang 2016-08-18 18:31:34 +01:00
parent 54e189ab2e
commit d9255131ed

View File

@ -22,9 +22,6 @@ public:
Stack(const Manager &mgr);
virtual ~Stack();
Coll &GetColl()
{ return m_coll; }
const Coll &GetColl() const
{ return m_coll; }