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:
John Ferlan 2017-03-22 08:38:40 -04:00
parent 73f5256b4c
commit 0b785be4ca

View File

@ -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,