diff --git a/v0.5/fastn-p1/src/utils.rs b/v0.5/fastn-p1/src/utils.rs index 82c6a1274..12a7f5321 100644 --- a/v0.5/fastn-p1/src/utils.rs +++ b/v0.5/fastn-p1/src/utils.rs @@ -81,10 +81,6 @@ impl fastn_p1::Kind { return None; } - self.to_identifier_() - } - - pub fn to_identifier_(&self) -> Option { let m = self.name.module.as_ref()?; if !m.path.is_empty() { return None;