On 12/14/20 7:18 AM, Michal Privoznik wrote:
On 12/11/20 7:05 PM, Daniel Henrique Barboza wrote:
> virDomainDefValidateInternal() helpers can now be made static again
> since they're all in the same file.
>
> Signed-off-by: Daniel Henrique Barboza <danielhb413(a)gmail.com>
> ---
> src/conf/domain_validate.c | 22 +++++++++++-----------
> src/conf/domain_validate.h | 13 -------------
> 2 files changed, 11 insertions(+), 24 deletions(-)
>
I guess virSecurityDeviceLabelDefValidate() is also a good candidate to be made static in
this patch.
Good catch. Just did that before pushing it.
DHB
Michal