From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 21 Aug 2019 16:52:27 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH 6/7] Refactoring: remove wal_watcher routines Message-ID: <20190821135227.GD13834@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Georgy Kirichenko Cc: tarantool-patches@freelists.org List-ID: On Tue, Aug 13, 2019 at 09:27:44AM +0300, Georgy Kirichenko wrote: > As relay uses wal memory replication there is no need in this facility > yet. > --- > src/box/relay.cc | 2 - > src/box/wal.c | 127 ----------------------------------------------- > src/box/wal.h | 68 ------------------------- > 3 files changed, 197 deletions(-) Ack