From 8401468bd9f0d4f2f4f1259f0d35c193f8caa363 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 2 Jul 2015 14:36:57 +1000 Subject: [PATCH] xfsprogs: remove the unused inst_t typedef Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- libxfs/libxfs_priv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libxfs/libxfs_priv.h b/libxfs/libxfs_priv.h index 4b5e08875..32ba89f8a 100644 --- a/libxfs/libxfs_priv.h +++ b/libxfs/libxfs_priv.h @@ -96,7 +96,6 @@ extern char *progname; #define ASSERT(ex) assert(ex) typedef __uint32_t uint_t; -typedef __uint32_t inst_t; /* an instruction */ #ifndef EWRONGFS #define EWRONGFS EINVAL -- 2.47.2