Skip to content

Commit 5a1a223

Browse files
committed
refactor(context): Remove unused functions
1 parent 2f35b63 commit 5a1a223

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/cargo/util/context/mod.rs

-8
Original file line numberDiff line numberDiff line change
@@ -1174,14 +1174,6 @@ impl GlobalContext {
11741174
}
11751175
}
11761176

1177-
pub fn offline(&self) -> bool {
1178-
self.offline
1179-
}
1180-
1181-
pub fn frozen(&self) -> bool {
1182-
self.frozen
1183-
}
1184-
11851177
pub fn set_locked(&mut self, locked: bool) {
11861178
self.locked = locked;
11871179
}

0 commit comments

Comments
 (0)