From: Christoph Hellwig Date: Thu, 2 Jul 2015 04:36:57 +0000 (+1000) Subject: xfsprogs: remove the unused inst_t typedef X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8401468bd9f0d4f2f4f1259f0d35c193f8caa363;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