Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
refactor: drop unused Broker::all_runs method
Lars Wirzenius committed 1 year ago
commit 22451b4b3aa48b671786e890f2e3df6a83e3968c
parent 768af45
1 file changed +0 -5
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,