util: Remove ATTRIBUTE_NONNULL from virNetDevTapInterfaceStats

Commit id 318d54e520 altered the code to check for a NULL
first parameter, but neglected to alter the prototype.

Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
John Ferlan 2018-07-15 08:39:25 -04:00
parent 611b038fb6
commit 425aac3abf

View File

@ -94,6 +94,6 @@ int virNetDevTapCreateInBridgePort(const char *brname,
int virNetDevTapInterfaceStats(const char *ifname,
virDomainInterfaceStatsPtr stats,
bool swapped)
ATTRIBUTE_NONNULL(1) ATTRIBUTE_RETURN_CHECK;
ATTRIBUTE_RETURN_CHECK;
#endif /* __VIR_NETDEV_TAP_H__ */