Skip to content

Commit

Permalink
Unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Apr 27, 2015
1 parent fbf8b1f commit 37bb1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moses/TranslationModel/UG/mm/ug_bitext_agenda_job.h
Expand Up @@ -90,7 +90,7 @@ ::job(Bitext<Token> const* const theBitext,
// Profiling question: how much does that cost us?
if (m_bias)
{
int ctr = 0;
// int ctr = 0;
stats->raw_cnt = 0;
for (char const* x = m.lower_bound(-1); x < stop;)
{
Expand Down

0 comments on commit 37bb1de

Please sign in to comment.