Skip to content

Commit 52a271f

Browse files
committed
refactor(context): Remove unused locked lookup
1 parent 7fdeda4 commit 52a271f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cargo/util/context/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,6 @@ impl GlobalContext {
11821182
self.frozen
11831183
}
11841184

1185-
pub fn locked(&self) -> bool {
1186-
self.locked
1187-
}
1188-
11891185
pub fn set_locked(&mut self, locked: bool) {
11901186
self.locked = locked;
11911187
}

0 commit comments

Comments
 (0)