From 22b9f8ecdd514943a04a33e91734d73b0aa76bd3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Sep 2017 19:44:09 +0200 Subject: [PATCH] Do not insert the links array in the core header --- lib/core/libimagstore/src/store.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/libimagstore/src/store.rs b/lib/core/libimagstore/src/store.rs index 1c6acde6..7b48e500 100644 --- a/lib/core/libimagstore/src/store.rs +++ b/lib/core/libimagstore/src/store.rs @@ -1152,7 +1152,6 @@ impl Header for Value { let mut imag_map = BTreeMap::::new(); imag_map.insert(String::from("version"), Value::String(String::from(version!()))); - imag_map.insert(String::from("links"), Value::Array(vec![])); Value::Table(imag_map) });