diff options
| author | bors <bors@rust-lang.org> | 2014-03-12 15:07:06 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-12 15:07:06 -0700 |
| commit | 4d64441bcb820cf35d3e39dde8514c46765a12a6 (patch) | |
| tree | 541bf3eb9112d8e40475b90f6da342980bbde7f8 /src/libnative/io | |
| parent | 3316a0e6b2ad9352bab58e7c046ef3d212411d82 (diff) | |
| parent | 3f2434eee3f7fa72bf7a8693aef3932d563cf8d5 (diff) | |
| download | rust-4d64441bcb820cf35d3e39dde8514c46765a12a6.tar.gz rust-4d64441bcb820cf35d3e39dde8514c46765a12a6.zip | |
auto merge of #12848 : alexcrichton/rust/rollup, r=alexcrichton
Diffstat (limited to 'src/libnative/io')
| -rw-r--r-- | src/libnative/io/file_win32.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libnative/io/file_win32.rs b/src/libnative/io/file_win32.rs index e880bd05cf7..8f4f9259ab7 100644 --- a/src/libnative/io/file_win32.rs +++ b/src/libnative/io/file_win32.rs @@ -335,7 +335,6 @@ pub fn readdir(p: &CString) -> IoResult<~[Path]> { }).map(|path| root.join(path)).collect() } - #[nolink] extern { fn rust_list_dir_wfd_size() -> libc::size_t; fn rust_list_dir_wfd_fp_buf(wfd: *libc::c_void) -> *u16; |
