Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
refactor: drop unused Broker::all_runs method
Lars Wirzenius committed 1 year ago
commit 22451b4b3aa48b671786e890f2e3df6a83e3968c
parent 768af45e7ee9e0606a89e4819ba312cfef558142
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,