We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9ba4e commit 7cc6fa2Copy full SHA for 7cc6fa2
1 file changed
llvm_buildbot_monitor/src/greendragon.rs
@@ -14,12 +14,6 @@ use lazy_static::lazy_static;
14
use log::{error, info, warn};
15
use serde::Deserialize;
16
17
-#[derive(Deserialize)]
18
-struct UnabridgedBuildStatus;
19
-
20
21
-struct UnabridgedBuilderStatus;
22
23
lazy_static! {
24
static ref HOST: reqwest::Url =
25
reqwest::Url::parse("http://green.lab.llvm.org").expect("parsing greendragon URL");
0 commit comments