btrfs-progs: remove stale declaration from send.h

We don't use this header for kernel compilation so the guarded
declaration is pointless.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-09-07 19:27:59 +02:00
parent e86425242f
commit ee17bcec33

View File

@ -140,10 +140,6 @@ enum {
};
#define BTRFS_SEND_A_MAX (__BTRFS_SEND_A_MAX - 1)
#ifdef __KERNEL__
long btrfs_ioctl_send(struct file *mnt_file, void __user *arg);
#endif
#ifdef __cplusplus
}
#endif