From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0903442EF5C for ; Fri, 26 Jun 2020 17:52:32 +0300 (MSK) Received: by mail-lj1-f182.google.com with SMTP id n23so10654007ljh.7 for ; Fri, 26 Jun 2020 07:52:32 -0700 (PDT) From: Cyrill Gorcunov Date: Fri, 26 Jun 2020 17:52:22 +0300 Message-Id: <20200626145227.1507426-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/5] qsync: Cleanups during review List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy While been readin qsync code I spotted some places which worth cleaning up. The review procedure is still in progress but I think we should post patches early. branch gorcunov/gh-4842-sync-replication ci https://gitlab.com/tarantool/tarantool/-/pipelines/160514636 Cyrill Gorcunov (5): iproto: drop unused iproto_type_is_sync iproto: drop unused iproto_type_is_select iproto: drop unused iproto_type_is_request journal: drop unused destroy method txn: use txn_set_flag src/box/applier.cc | 4 ++-- src/box/box.cc | 3 +-- src/box/iproto_constants.h | 29 ----------------------------- src/box/journal.h | 9 +-------- src/box/txn.h | 10 ---------- src/box/wal.c | 3 +-- 6 files changed, 5 insertions(+), 53 deletions(-) base-commit: 958f59dcdea04b9a69066621bcbbc39e6bac592d -- 2.26.2