1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

time: remove temporary time__linux.c.v workaround

This commit is contained in:
Delyan Angelov 2020-04-24 09:12:34 +03:00
parent 20637ae54c
commit 117ec722a2

View File

@ -1,5 +0,0 @@
module time
fn sys_mono_now_darwin() u64 {
return 0
}