From 168409b5c3f72d156b845111ea41bf3b2d04415a Mon Sep 17 00:00:00 2001
From: Marin Tomic <marin.tomic@memgraph.io>
Date: Fri, 11 Jan 2019 10:25:20 +0100
Subject: [PATCH] Fix single node snapshot layout documentation

Reviewers: mferencevic, msantl

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1793
---
 src/durability/single_node/version.hpp    | 3 ---
 src/durability/single_node_ha/version.hpp | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/src/durability/single_node/version.hpp b/src/durability/single_node/version.hpp
index e3bf86772..e3a90decc 100644
--- a/src/durability/single_node/version.hpp
+++ b/src/durability/single_node/version.hpp
@@ -27,11 +27,8 @@ constexpr int64_t kVersion{7};
 //
 // 4) A list of label+property indices.
 //
-// We must inline edges with nodes because some edges might be stored on other
-// worker (edges are always stored only on the worker of the edge source).
 // 5) Bolt encoded nodes. Each node is written in the following format:
 //      * gid, labels, properties
-//      * inlined edges (edge address, other endpoint address and edge type)
 // 6) Bolt encoded edges. Each edge is written in the following format:
 //      * gid
 //      * from, to
diff --git a/src/durability/single_node_ha/version.hpp b/src/durability/single_node_ha/version.hpp
index e3bf86772..e3a90decc 100644
--- a/src/durability/single_node_ha/version.hpp
+++ b/src/durability/single_node_ha/version.hpp
@@ -27,11 +27,8 @@ constexpr int64_t kVersion{7};
 //
 // 4) A list of label+property indices.
 //
-// We must inline edges with nodes because some edges might be stored on other
-// worker (edges are always stored only on the worker of the edge source).
 // 5) Bolt encoded nodes. Each node is written in the following format:
 //      * gid, labels, properties
-//      * inlined edges (edge address, other endpoint address and edge type)
 // 6) Bolt encoded edges. Each edge is written in the following format:
 //      * gid
 //      * from, to