diff --git a/01.workspace/heave/src/str/entity.rs b/01.workspace/heave/src/str/entity.rs index 6038eb5..e1a57f0 100644 --- a/01.workspace/heave/src/str/entity.rs +++ b/01.workspace/heave/src/str/entity.rs @@ -2,8 +2,6 @@ use crate::*; #[derive(Debug, Default, PartialEq, Clone)] pub struct O { - pub persisted: bool, - pub loaded: bool, pub id: String, pub class: String, pub attributes: std::collections::HashMap,