Skip to content

Commit ffa9170

Browse files
joshtripletttgross35
authored andcommitted
build.rs: Avoid duplicate branch in FreeBSD version handling
1 parent 5a3b5da commit ffa9170

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ fn main() {
7070
vers
7171
} else if libc_ci {
7272
which_freebsd().unwrap_or(12)
73-
} else if rustc_dep_of_std {
74-
12
7573
} else {
7674
12
7775
};

0 commit comments

Comments
 (0)