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:
@ -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)
|
||||
//}
|
||||
|
Reference in New Issue
Block a user