mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 00:47:31 +03:00
delete unused method
This commit is contained in:
parent
54e189ab2e
commit
d9255131ed
@ -22,9 +22,6 @@ public:
|
||||
Stack(const Manager &mgr);
|
||||
virtual ~Stack();
|
||||
|
||||
Coll &GetColl()
|
||||
{ return m_coll; }
|
||||
|
||||
const Coll &GetColl() const
|
||||
{ return m_coll; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user