mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
compiles without xmlrpc-c
This commit is contained in:
parent
ade04eb2d8
commit
b95f091d18
@ -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
|
||||
}
|
||||
|
@ -153,10 +153,5 @@ namespace Moses {
|
||||
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
bool
|
||||
ReportingOptions::
|
||||
update(std::map<std::string, xmlrpc_c::value>const& param)
|
||||
{}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user