s/prue/pure in the commit summary On a Monday in 2022, Peter Krempa wrote:
The moved code is pure validation of semantics of the definition and not actual parsed values. Move it to the validation code. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- src/conf/domain_conf.c | 38 -------------------------------------- src/conf/domain_validate.c | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 38 deletions(-)
Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> Jano