All of lore.kernel.org
 help / color / mirror / Atom feed
* master - gcc: remove duplicate typedef
@ 2018-04-23 20:43 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2018-04-23 20:43 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=fcdac700f9aac079761ad302e06413a5eb2178b9
Commit:        fcdac700f9aac079761ad302e06413a5eb2178b9
Parent:        1409c4a1c20319845171b91edb6310e25ae81792
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Mon Apr 23 22:28:47 2018 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Mon Apr 23 22:42:18 2018 +0200

gcc: remove duplicate typedef

---
 lib/device/bcache.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/device/bcache.h b/lib/device/bcache.h
index 999223a..4ce137a 100644
--- a/lib/device/bcache.h
+++ b/lib/device/bcache.h
@@ -97,8 +97,6 @@ enum bcache_get_flags {
 	GF_DIRTY = (1 << 1)
 };
 
-typedef uint64_t block_address;
-
 unsigned bcache_nr_cache_blocks(struct bcache *cache);
 unsigned bcache_max_prefetches(struct bcache *cache);
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-23 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 20:43 master - gcc: remove duplicate typedef Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.