Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Oct 29, 2024
1 parent 8781a9a commit 3b9d7f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions v0.5/fastn-p1/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ impl fastn_p1::Kind {
return None;
}

self.to_identifier_()
}

pub fn to_identifier_(&self) -> Option<fastn_p1::Identifier> {
let m = self.name.module.as_ref()?;
if !m.path.is_empty() {
return None;
Expand Down

0 comments on commit 3b9d7f2

Please sign in to comment.