diff --git a/cli/src/main.rs b/cli/src/main.rs index f2e47dc71f..0be3741de3 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -83,7 +83,6 @@ fn main() -> io::Result<()> { } } - pub fn build(matches: &ArgMatches, run_after_build: bool) -> io::Result<()> { let filename = matches.value_of(FLAG_ROC_FILE).unwrap(); let opt_level = if matches.is_present(FLAG_OPTIMIZE) {