xfs
[Top] [All Lists]

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

To: xfs@xxxxxxxxxxx
Subject: [PATCH 3/8] xfsprogs: remove the unused inst_t typedef
From: Christoph Hellwig <hch@xxxxxx>
Date: Sun, 21 Jun 2015 11:21:59 +0200
Delivered-to: xfs@xxxxxxxxxxx
In-reply-to: <1434878524-18176-1-git-send-email-hch@xxxxxx>
References: <1434878524-18176-1-git-send-email-hch@xxxxxx>
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
 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

<Prev in Thread] Current Thread [Next in Thread>