]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: remove the unused inst_t typedef
authorChristoph Hellwig <hch@lst.de>
Thu, 30 Jul 2015 23:17:58 +0000 (09:17 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:17:58 +0000 (09:17 +1000)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/libxfs_priv.h

index 4b5e088750003f8c30406f6972714f4e93cc1e79..32ba89f8adcb6ece4da93a177f763754d5f542dc 100644 (file)
@@ -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