[PATCH 3/8] xfsprogs: remove the unused inst_t typedef

Christoph Hellwig hch at lst.de
Sun Jun 21 04:21:59 CDT 2015


Signed-off-by: Christoph Hellwig <hch at lst.de>
---
 libxfs/libxfs_priv.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libxfs/libxfs_priv.h b/libxfs/libxfs_priv.h
index 72fc4b3..37a86aa 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
-- 
1.9.1



More information about the xfs mailing list