summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Sheng-Hui <shhuiw@gmail.com>2012-03-05 13:33:59 +0800
committerHugo Mills <hugo@carfax.org.uk>2012-06-05 13:35:58 +0100
commitf9ffe57844ae45274f40a3c48244281d4cc80e0a (patch)
tree91dc04c41411b5a2597430f13926150ecdce86b9
parent1957076ab4fefa47b6efed3da541bc974c83eed7 (diff)
btrfs-progs: cleanup: remove the redundant BTRFS_CSUM_TYPE_CRC32 macro definition in ctree.h
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
-rw-r--r--ctree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ctree.h b/ctree.h
index 6545c50a..8ef9f5b0 100644
--- a/ctree.h
+++ b/ctree.h
@@ -121,10 +121,6 @@ struct btrfs_trans_handle;
/* csum types */
#define BTRFS_CSUM_TYPE_CRC32 0
-
-/* csum types */
-#define BTRFS_CSUM_TYPE_CRC32 0
-
static int btrfs_csum_sizes[] = { 4, 0 };
/* four bytes for CRC32 */