[Tarantool-patches] [PATCH 14/17] recovery: drop redundant type_XlogGapError

Cyrill Gorcunov gorcunov at gmail.com
Tue Apr 28 19:11:34 MSK 2020


Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 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



More information about the Tarantool-patches mailing list