diff --git a/components/clarinet-files/src/lib.rs b/components/clarinet-files/src/lib.rs index 576ac8645..7ba6b9983 100644 --- a/components/clarinet-files/src/lib.rs +++ b/components/clarinet-files/src/lib.rs @@ -193,14 +193,6 @@ impl FileLocation { Ok(()) } - pub fn get_parent(&self) -> Option { - None - } - - pub fn is_project_root_location(&self) -> bool { - false - } - pub fn get_project_root_location(&self) -> Result { let mut project_root_location = self.clone(); match project_root_location.borrow_mut() {