Removed constructor with both description and config line.

This commit is contained in:
Ulrich Germann 2014-02-22 00:25:02 +00:00
parent d3d14ccf3d
commit 1252700c44

View File

@ -113,7 +113,7 @@ namespace Moses
) const;
public:
Mmsapt(string const& description, string const& line);
// Mmsapt(string const& description, string const& line);
Mmsapt(string const& line);
void
Load();