Vet core library

This commit is contained in:
gingerBill
2018-12-31 15:50:49 +00:00
parent 8b2f902f3d
commit 1c9656aedb
3 changed files with 8 additions and 9 deletions
-1
View File
@@ -218,7 +218,6 @@ last_write_time :: proc(fd: Handle) -> (File_Time, Errno) {
}
last_write_time_by_name :: proc(name: string) -> (File_Time, Errno) {
last_write_time: win32.Filetime;
data: win32.File_Attribute_Data;
wide_path := win32.utf8_to_wstring(name);