[Tarantool-patches] [PATCH 1/5] journal: drop redundant declaration
Cyrill Gorcunov
gorcunov at gmail.com
Wed Jul 22 18:33:55 MSK 2020
We declare journal_entry right below no need for
more declarations.
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