From 4e89ffc029d42bcf374cfe9cc6aa6b1d35ea4632 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 9 May 2019 23:24:29 -0700 Subject: rust impl cdx extra_json removal --- rust/src/entity_crud.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/src/entity_crud.rs') diff --git a/rust/src/entity_crud.rs b/rust/src/entity_crud.rs index 314aa043..4a7cdee0 100644 --- a/rust/src/entity_crud.rs +++ b/rust/src/entity_crud.rs @@ -1444,7 +1444,6 @@ impl EntityCrud for WebcaptureEntity { size_bytes: c.size_bytes, sha1: c.sha1, sha256: c.sha256, - extra: c.extra_json, }) .collect(); @@ -1534,7 +1533,6 @@ impl EntityCrud for WebcaptureEntity { size_bytes: c.size_bytes, sha1: c.sha1.clone(), sha256: c.sha256.clone(), - extra_json: c.extra.clone(), }) .collect(); webcapture_cdx_rows.extend(these_cdx_rows); -- cgit v1.2.3