]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
mkfs: remove a pointless rtfreesp_init forward declaration
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Jul 2024 06:06:37 +0000 (08:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 30 Jul 2024 01:07:30 +0000 (18:07 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
mkfs/proto.c

index 94fcaa25e5f123a38f9366e541593dd1b3f60b37..fde5d09036c70bf3dd3698ae6dba54278f2b71a7 100644 (file)
@@ -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;