File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3770c42a4959cbabc73da52abc7e3db96657974e
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5
- refs/heads/try: d4dec4701a5e5e6fb4f66c838b9646bc1c1f711b
5
+ refs/heads/try: 59157631061744947df9a7751ac55fe2304e67ad
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -56,12 +56,6 @@ use libc::c_char;
56
56
#[ cfg( windows) ]
57
57
use str:: OwnedStr ;
58
58
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
- }
65
59
66
60
pub static TMPBUF_SZ : uint = 1000 u;
67
61
static BUF_BYTES : uint = 2048 u;
You can’t perform that action at this time.
0 commit comments