From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 CFF574696CA for ; Tue, 28 Apr 2020 19:14:44 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id w20so22132897ljj.0 for ; Tue, 28 Apr 2020 09:14:44 -0700 (PDT) From: Cyrill Gorcunov Date: Tue, 28 Apr 2020 19:11:34 +0300 Message-Id: <20200428161137.20536-15-gorcunov@gmail.com> In-Reply-To: <20200428161137.20536-1-gorcunov@gmail.com> References: <20200428161137.20536-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 14/17] recovery: drop redundant type_XlogGapError List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Signed-off-by: Cyrill Gorcunov --- src/box/recovery.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/box/recovery.h b/src/box/recovery.h index 20fd9998b..e8ac3198a 100644 --- a/src/box/recovery.h +++ b/src/box/recovery.h @@ -40,8 +40,6 @@ extern "C" { #endif /* defined(__cplusplus) */ -extern const struct type_info type_XlogGapError; - struct xrow_header; struct xstream; -- 2.20.1