mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
cpu: Remove NONNULL(1) for cpuBaseline
Since the code checks and handles a NULL 'cpus' anyway, so no need for the NONNULL.
This commit is contained in:
parent
73f5256b4c
commit
0b785be4ca
@ -195,8 +195,7 @@ cpuBaseline (virCPUDefPtr *cpus,
|
||||
unsigned int ncpus,
|
||||
const char **models,
|
||||
unsigned int nmodels,
|
||||
unsigned int flags)
|
||||
ATTRIBUTE_NONNULL(1);
|
||||
unsigned int flags);
|
||||
|
||||
int
|
||||
virCPUUpdate(virArch arch,
|
||||
|
Loading…
Reference in New Issue
Block a user