delete g_mosesDebug

This commit is contained in:
Hieu Hoang 2015-11-17 16:16:17 +00:00
parent acff4fa6d5
commit 86e1af8631
4 changed files with 0 additions and 6 deletions

View File

@ -36,7 +36,6 @@ using namespace std;
namespace Moses
{
extern bool g_mosesDebug;
ChartCellBase::ChartCellBase(size_t startPos, size_t endPos) :
m_coverage(startPos, endPos),

View File

@ -40,8 +40,6 @@ using namespace std;
namespace Moses
{
extern bool g_mosesDebug;
/* constructor. Initialize everything prior to decoding a particular sentence.
* \param source the sentence to be decoded
* \param system which particular set of models to use.

View File

@ -34,7 +34,6 @@ using namespace std;
namespace Moses
{
extern bool g_mosesDebug;
// initialise the RuleCube by creating the top-left corner item
RuleCube::RuleCube(const ChartTranslationOptions &transOpt,

View File

@ -56,8 +56,6 @@ using namespace boost::algorithm;
namespace Moses
{
bool g_mosesDebug = false;
StaticData StaticData::s_instance;
StaticData::StaticData()