Skip to content

Commit 29449a8

Browse files
darnuriaalexcrichton
authored andcommitted
---
yaml --- r: 118271 b: refs/heads/try c: 5915763 h: refs/heads/master i: 118269: a6843f0 118267: f1cbfc2 118263: 72a1ef3 118255: f95d972 118239: 6dfdfb5 118207: 8d0f984 118143: e034878 118015: d19bb4d 117759: 161ec0a v: v3
1 parent 22e817f commit 29449a8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3770c42a4959cbabc73da52abc7e3db96657974e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5-
refs/heads/try: d4dec4701a5e5e6fb4f66c838b9646bc1c1f711b
5+
refs/heads/try: 59157631061744947df9a7751ac55fe2304e67ad
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libstd/os.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ use libc::c_char;
5656
#[cfg(windows)]
5757
use str::OwnedStr;
5858

59-
/// Delegates to the libc close() function, returning the same return value.
60-
pub fn close(fd: int) -> int {
61-
unsafe {
62-
libc::close(fd as c_int) as int
63-
}
64-
}
6559

6660
pub static TMPBUF_SZ : uint = 1000u;
6761
static BUF_BYTES : uint = 2048u;

0 commit comments

Comments
 (0)