Skip to content

Commit a5cbf4b

Browse files
nikomatsakisbrson
authored andcommitted
remove (unused) fn rust_list_files from win32_fs; that is
defined in fs.rs
1 parent 8f2d75d commit a5cbf4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/win32_fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
native "c-stack-cdecl" mod rustrt {
44
fn rust_list_files(path: str) -> [str];
5-
fn rust_file_is_dir(path: str) -> int;
65
}
76

87
fn list_dir(path: str) -> [str] {

0 commit comments

Comments
 (0)