[Tarantool-patches] [PATCH 1/3] box: introduce 'virtual' engine

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Dec 21 20:59:17 MSK 2019


Hi! Thanks for the patch!

I've pushed my review fixes on top of this commit. See it below
and on the branch. If you agree, then squash. Otherwise lets
discuss.

==================================================================

commit b3d8950d07a620ecbb19318495d33a59af5733b5
Author: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
Date:   Sat Dec 21 18:02:43 2019 +0100

    Review fixes 1/3

diff --git a/src/box/virtual_engine.c b/src/box/virtual_engine.c
index 45993b91f..9a59a3f6a 100644
--- a/src/box/virtual_engine.c
+++ b/src/box/virtual_engine.c
@@ -30,7 +30,6 @@
  */
 #include "virtual_engine.h"
 #include "schema.h"
-#include "tuple.h"
 
 static void
 virtual_engine_shutdown(struct engine *engine)
diff --git a/src/box/virtual_engine.h b/src/box/virtual_engine.h
index 80ada450d..9cb5f520f 100644
--- a/src/box/virtual_engine.h
+++ b/src/box/virtual_engine.h
@@ -29,8 +29,6 @@
  * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-#include <stddef.h>
-
 #if defined(__cplusplus)
 extern "C" {
 #endif /* defined(__cplusplus) */


More information about the Tarantool-patches mailing list