From a1820254223a142796920c9a073e18922461edef Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 15 Feb 2024 07:53:59 +0100 Subject: [PATCH] include: remove the filldir_t typedef Neither struct filldir, nor filldir_t is used anywhere in xfsprogs. Signed-off-by: Christoph Hellwig Reviewed-by: "Darrick J. Wong" Signed-off-by: Carlos Maiolino --- include/platform_defs.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index 64e7efdbf..02b0e08b5 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -25,8 +25,6 @@ #include #include -typedef struct filldir filldir_t; - /* long and pointer must be either 32 bit or 64 bit */ #undef SIZEOF_LONG #undef SIZEOF_CHAR_P -- 2.39.5