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

os,net: cleanup deprecated @VROOT usages

This commit is contained in:
Delyan Angelov
2021-09-19 16:16:31 +03:00
parent b343f19bec
commit 7bd145d88a
7 changed files with 6 additions and 17 deletions

View File

@ -495,7 +495,6 @@ pub fn walk(path string, f fn (string)) {
pub fn log(s string) {
//$if macos {
// Use NSLog() on macos
// C.darwin_log(s)
//} $else {
println('os.log: ' + s)
//}