1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-30 17:18:21 +03:00

gcc: remove duplicate typedef

This commit is contained in:
Zdenek Kabelac 2018-04-23 22:28:47 +02:00
parent 1409c4a1c2
commit fcdac700f9

View File

@ -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);