[Tarantool-patches] [PATCH v3 1/6] journal: drop redundant declaration

Cyrill Gorcunov gorcunov at gmail.com
Mon Jul 27 17:06:45 MSK 2020


We declare journal_entry right below no need for
more declarations.

Part-of #5129

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 src/box/journal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/box/journal.h b/src/box/journal.h
index 1a10e66c3..9049a2ce0 100644
--- a/src/box/journal.h
+++ b/src/box/journal.h
@@ -40,7 +40,6 @@ extern "C" {
 #endif /* defined(__cplusplus) */
 
 struct xrow_header;
-struct journal_entry;
 
 /**
  * An entry for an abstract journal.
-- 
2.26.2



More information about the Tarantool-patches mailing list