From: Christoph Hellwig Date: Thu, 30 Jul 2015 23:17:58 +0000 (+1000) Subject: xfsprogs: remove the unused inst_t typedef X-Git-Tag: v4.2.0-rc1~4^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccd6890a7c31fc9cd95e9d957416a0e0b5abc4e4;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: remove the unused inst_t typedef Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- 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