Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused warning, remove Incr_batch_size dead code in sync
There is a Wunused-private-field warning: ``` In file included from /kvrocks/utils/kvrocks2redis/sync.cc:21: /kvrocks/utils/kvrocks2redis/sync.h:61:5: warning: private field 'incr_state_' is not used [-Wunused-private-field] } incr_state_ = Incr_batch_size; ^ 1 warning generated. ```
- Loading branch information