mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
delete 2 unused legacy functions
This commit is contained in:
parent
e51c4feb6b
commit
acb4baacaf
@ -83,10 +83,6 @@ public:
|
|||||||
const InputType &,
|
const InputType &,
|
||||||
const ChartCellCollectionBase &) = 0;
|
const ChartCellCollectionBase &) = 0;
|
||||||
|
|
||||||
//Get the dictionary. Be sure to initialise it first.
|
|
||||||
const PhraseDictionary* GetDictionary() const;
|
|
||||||
PhraseDictionary* GetDictionary();
|
|
||||||
|
|
||||||
const std::string &GetFilePath() const {
|
const std::string &GetFilePath() const {
|
||||||
return m_filePath;
|
return m_filePath;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user