Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2

This commit is contained in:
Hieu Hoang 2017-03-06 12:28:52 +00:00
commit 402c9b334b
2 changed files with 1 additions and 6 deletions

View File

@ -26,8 +26,8 @@ namespace Moses {
}
#else
bool
OptionsBaseClass::
check(std::map<std::string, xmlrpc_c::value> const& param,
std::string const key, bool dfltval)
{}
#endif
}

View File

@ -153,10 +153,5 @@ namespace Moses {
return true;
}
#else
bool
ReportingOptions::
update(std::map<std::string, xmlrpc_c::value>const& param)
{}
#endif
}