Skip to content

Commit 33fd08b

Browse files
committed
remove obsolete function diverge
1 parent 8d8a290 commit 33fd08b

File tree

2 files changed

+0
-153
lines changed

2 files changed

+0
-153
lines changed

library/std/src/sys/hermit/fs.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,6 @@ impl File {
334334
pub fn set_permissions(&self, _perm: FilePermissions) -> io::Result<()> {
335335
Err(Error::from_raw_os_error(22))
336336
}
337-
338-
pub fn diverge(&self) -> ! {
339-
loop {}
340-
}
341337
}
342338

343339
impl DirBuilder {

library/std/src/sys/hermit/process.rs

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)