Remove some unnecessary function attributes (#4909)

This removes attribute FUNC_ATTR_NONNULL_ALL for functions without
a pointer parameter.
This commit is contained in:
oni-link
2016-06-11 17:56:39 +02:00
committed by Justin M. Keyes
parent a160590e40
commit 2902153648
2 changed files with 2 additions and 3 deletions

View File

@@ -398,7 +398,6 @@ int os_setperm(const char_u *name, int perm)
/// @note If the `owner` or `group` is specified as `-1`, then that ID is not
/// changed.
int os_fchown(int file_descriptor, uv_uid_t owner, uv_gid_t group)
FUNC_ATTR_NONNULL_ALL
{
uv_fs_t request;
int result = uv_fs_fchown(&fs_loop, &request, file_descriptor,