Skip to content

Commit

Permalink
Remove freebsd Resource enum RLIMIT_VMEM
Browse files Browse the repository at this point in the history
  • Loading branch information
LMJW committed Oct 4, 2020
1 parent e260bc8 commit 323b5a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sys/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ cfg_if! {

#[cfg(target_os = "freebsd")]
RLIMIT_SWAP,

#[cfg(target_os = "freebsd")]
RLIMIT_VMEM,
}
}
}else{
Expand Down

0 comments on commit 323b5a4

Please sign in to comment.