Skip to content

Commit

Permalink
fix: dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Jun 17, 2022
1 parent 7574b2a commit 6119ec4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/clarinet-files/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@ impl FileLocation {
Ok(())
}

pub fn get_parent(&self) -> Option<FileLocation> {
None
}

pub fn is_project_root_location(&self) -> bool {
false
}

pub fn get_project_root_location(&self) -> Result<FileLocation, String> {
let mut project_root_location = self.clone();
match project_root_location.borrow_mut() {
Expand Down

0 comments on commit 6119ec4

Please sign in to comment.