From af4b531434fa345254e752469d41fc45bfd1884d Mon Sep 17 00:00:00 2001 From: heyuchen Date: Tue, 18 Feb 2020 10:56:08 +0800 Subject: [PATCH] small fix --- src/dist/replication/lib/replica_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dist/replication/lib/replica_context.h b/src/dist/replication/lib/replica_context.h index ca9dc208fe..ae5eee773e 100644 --- a/src/dist/replication/lib/replica_context.h +++ b/src/dist/replication/lib/replica_context.h @@ -522,7 +522,6 @@ typedef dsn::ref_ptr cold_backup_context_ptr; class partition_split_context { public: - partition_split_context() : is_prepare_list_copied(false), is_caught_up(false) {} bool cleanup(bool force); bool is_cleaned() const;