tools/xenstored: Remove unused parameter in check_domains()
authorJulien Grall <jgrall@amazon.com>
Wed, 26 May 2021 15:35:53 +0000 (16:35 +0100)
committerJulien Grall <jgrall@amazon.com>
Wed, 26 May 2021 15:35:53 +0000 (16:35 +0100)
commit7c110dd335a17be52549dc4b9dfbfba8165ade40
tree8884616c9aab198562e8ba564ae813ff7045ccf7
parent3beb2ee6be1d15f9f3c2bb89160803da21dc7e20
tools/xenstored: Remove unused parameter in check_domains()

The parameter of check_domains() is not used within the function. In fact,
this was a left over of the original implementation as the version merged
doesn't need to know whether we are restoring.

So remove it.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
tools/xenstore/xenstored_control.c
tools/xenstore/xenstored_domain.c
tools/xenstore/xenstored_domain.h