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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8401468bd9f0d4f2f4f1259f0d35c193f8caa363;p=xfsprogs-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 4b5e0887..32ba89f8 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