| 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> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/8] xfsprogs: remove __psint_t and __psunsigned_t, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 4/8] xfsprogs: remove the uint_t typedef, Christoph Hellwig |
| Previous by Thread: | Re: [PATCH 2/8] xfsprogs: remove __psint_t and __psunsigned_t, Dave Chinner |
| Next by Thread: | [PATCH 4/8] xfsprogs: remove the uint_t typedef, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |