Skip to content

Commit 76ec0a1

Browse files
committed
Remove unusued function
1 parent afea0cc commit 76ec0a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/cli/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ fn nix_injected_commit_hash() -> Option<String> {
3434
}
3535
}
3636

37-
fn is_nix_build() -> bool {
38-
nix_injected_commit_hash().is_some()
39-
}
40-
4137
fn find_git_hash() -> String {
4238
nix_injected_commit_hash().unwrap_or_else(|| {
4339
// When we're *not* building in Nix, we can assume that git metadata is still present in the filesystem,

0 commit comments

Comments
 (0)