mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-11 19:46:49 +00:00
remove (unused) fn rust_list_files from win32_fs; that is
defined in fs.rs
This commit is contained in:
parent
8f2d75d53c
commit
a5cbf4b13b
@ -2,7 +2,6 @@
|
||||
|
||||
native "c-stack-cdecl" mod rustrt {
|
||||
fn rust_list_files(path: str) -> [str];
|
||||
fn rust_file_is_dir(path: str) -> int;
|
||||
}
|
||||
|
||||
fn list_dir(path: str) -> [str] {
|
||||
|
Loading…
Reference in New Issue
Block a user