mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: fix unreachable code
This commit is contained in:
parent
0aa2196eec
commit
ccb261f00d
@ -882,7 +882,6 @@ pub fn realpath(fpath string) string {
|
||||
}
|
||||
return string(fullpath)
|
||||
}
|
||||
return fpath
|
||||
}
|
||||
|
||||
// walk_ext returns a recursive list of all file paths ending with `ext`.
|
||||
|
Loading…
Reference in New Issue
Block a user