mirror of
https://github.com/vlang/v.git
synced 2025-09-14 09:56:16 -04: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…
x
Reference in New Issue
Block a user