Skip to content

Commit 02daec0

Browse files
committed
fix: main branch scorpio change
1 parent f4f79ca commit 02daec0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

orion/src/buck_controller.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ use crate::repo::diff;
4040
const MAX_BATCH_SIZE: usize = 100;
4141
const FLUSH_INTERVAL_MS: u64 = 100;
4242

43-
fn scorpio_base_url() -> String {
44-
crate::scorpio_api::base_url()
45-
}
46-
4743
#[allow(dead_code)]
4844
static PROJECT_ROOT: Lazy<String> =
4945
Lazy::new(|| std::env::var("BUCK_PROJECT_ROOT").expect("BUCK_PROJECT_ROOT must be set"));

0 commit comments

Comments
 (0)