There was an error while loading. Please reload this page.
1 parent f4f79ca commit 02daec0Copy full SHA for 02daec0
1 file changed
orion/src/buck_controller.rs
@@ -40,10 +40,6 @@ use crate::repo::diff;
40
const MAX_BATCH_SIZE: usize = 100;
41
const FLUSH_INTERVAL_MS: u64 = 100;
42
43
-fn scorpio_base_url() -> String {
44
- crate::scorpio_api::base_url()
45
-}
46
-
47
#[allow(dead_code)]
48
static PROJECT_ROOT: Lazy<String> =
49
Lazy::new(|| std::env::var("BUCK_PROJECT_ROOT").expect("BUCK_PROJECT_ROOT must be set"));
0 commit comments