Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
refactor: drop unused Broker::all_runs method
Merged liw opened 0 years ago

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +0 -5 768af45e 22451b4b
modified src/broker.rs
@@ -43,11 +43,6 @@ impl Broker {
    }

    #[allow(clippy::result_large_err)]
-
    pub fn all_runs(&mut self) -> Result<Vec<Run>, BrokerError> {
-
        Ok(self.db.get_all_runs()?)
-
    }
-

-
    #[allow(clippy::result_large_err)]
    pub fn execute_ci(
        &mut self,
        adapter: &Adapter,