From a9f6b559df937b89204b1d6dc987dff728917e79 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 11 Jul 2024 08:06:37 +0200 Subject: [PATCH] mkfs: remove a pointless rtfreesp_init forward declaration Signed-off-by: Christoph Hellwig --- mkfs/proto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mkfs/proto.c b/mkfs/proto.c index 77c6863cf..ac3597f6c 100644 --- a/mkfs/proto.c +++ b/mkfs/proto.c @@ -19,7 +19,6 @@ static void rsvfile(xfs_mount_t *mp, xfs_inode_t *ip, long long len); static char *newregfile(char **pp, int *len); static int metadir_create(struct xfs_mount *mp); static void rtinit(xfs_mount_t *mp); -static void rtfreesp_init(struct xfs_mount *mp); static long filesize(int fd); static int slashes_are_spaces; -- 2.50.1