From 3b9d7f2ca0c61f224d9cb41409d87dad29e84f1f Mon Sep 17 00:00:00 2001 From: Arpita-Jaiswal Date: Wed, 30 Oct 2024 00:14:44 +0530 Subject: [PATCH] Minor cleanup --- v0.5/fastn-p1/src/utils.rs | 4 ---- 1 file changed, 4 deletions(-) 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;