compiles without xmlrpc-c

This commit is contained in:
Hieu Hoang 2017-03-03 02:28:13 +00:00
parent ade04eb2d8
commit b95f091d18
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
}