From f9ffe57844ae45274f40a3c48244281d4cc80e0a Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Mon, 5 Mar 2012 13:33:59 +0800 Subject: btrfs-progs: cleanup: remove the redundant BTRFS_CSUM_TYPE_CRC32 macro definition in ctree.h Signed-off-by: Wang Sheng-Hui --- ctree.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ctree.h b/ctree.h index 6545c50a..8ef9f5b0 100644 --- a/ctree.h +++ b/ctree.h @@ -118,10 +118,6 @@ struct btrfs_trans_handle; /* 32 bytes in various csum fields */ #define BTRFS_CSUM_SIZE 32 -/* csum types */ -#define BTRFS_CSUM_TYPE_CRC32 0 - - /* csum types */ #define BTRFS_CSUM_TYPE_CRC32 0 -- cgit v1.2.3