Skip to content

Commit

Permalink
fix: unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 5, 2024
1 parent d02a953 commit 01a4376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/post_process/relink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pub trait Relinker {
Self: Sized;

/// Returns the shared libraries.
#[allow(dead_code)]
fn libraries(&self) -> HashSet<PathBuf>;

/// Find libraries in the shared library and resolve them by taking into account the rpaths.
Expand Down
1 change: 1 addition & 0 deletions src/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ trait Interpreter {

async fn run(&self, args: ExecutionArgs) -> Result<(), std::io::Error>;

#[allow(dead_code)]
async fn find_interpreter(
&self,
build_prefix: Option<&PathBuf>,
Expand Down

0 comments on commit 01a4376

Please sign in to comment.