1
0
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:
Alexander Medvednikov 2019-11-23 21:00:20 +03:00
parent 0aa2196eec
commit ccb261f00d

View File

@ -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`.