Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions crates/chisel/tests/it/repl/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ fn is_repl(args: &[String]) -> bool {
|| !SUBCOMMANDS.iter().any(|subcommand| args.iter().any(|arg| arg == subcommand))
}

#[allow(dead_code)]
impl ChiselSession {
pub fn new(name: &str, flags: &str, init: bool) -> Self {
let project = foundry_test_utils::TestProject::new(name, PathStyle::Dapptools);
Expand Down Expand Up @@ -64,10 +63,6 @@ impl ChiselSession {
session
}

pub fn project(&self) -> &TestProject {
&self.project
}

pub fn is_repl(&self) -> bool {
self.is_repl
}
Expand Down