aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-02-15 07:53:59 +0100
committerCarlos Maiolino <cem@kernel.org>2024-03-13 08:48:37 +0100
commita1820254223a142796920c9a073e18922461edef (patch)
treec2c74671883f8816f0fdc73bc442e36693f95aa1
parent127b66a4d8afc6f3dfe8929c01b1f1e63c1ebf31 (diff)
downloadxfsprogs-dev-a1820254223a142796920c9a073e18922461edef.tar.gz
include: remove the filldir_t typedef
Neither struct filldir, nor filldir_t is used anywhere in xfsprogs. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--include/platform_defs.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in
index 64e7efdbff..02b0e08b5a 100644
--- a/include/platform_defs.h.in
+++ b/include/platform_defs.h.in
@@ -25,8 +25,6 @@
#include <libgen.h>
#include <urcu.h>
-typedef struct filldir filldir_t;
-
/* long and pointer must be either 32 bit or 64 bit */
#undef SIZEOF_LONG
#undef SIZEOF_CHAR_P