Skip to content

Commit

Permalink
Commented out unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Sep 8, 2014
1 parent b588df7 commit d7645cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/server/mosesserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Translator : public xmlrpc_c::method
const ChartHypothesis *hypo = manager.GetBestHypothesis();
outputChartHypo(out,hypo);
if (addGraphInfo) {
const size_t translationId = tinput.GetTranslationId();
// const size_t translationId = tinput.GetTranslationId();
std::ostringstream sgstream;
manager.OutputSearchGraphMoses(sgstream);
retData.insert(pair<string, xmlrpc_c::value>("sg", xmlrpc_c::value_string(sgstream.str())));
Expand Down

0 comments on commit d7645cb

Please sign in to comment.