mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
os: fix unreachable code
This commit is contained in:
parent
0aa2196eec
commit
ccb261f00d
1 changed files with 0 additions and 1 deletions
|
@ -882,7 +882,6 @@ pub fn realpath(fpath string) string {
|
||||||
}
|
}
|
||||||
return string(fullpath)
|
return string(fullpath)
|
||||||
}
|
}
|
||||||
return fpath
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// walk_ext returns a recursive list of all file paths ending with `ext`.
|
// walk_ext returns a recursive list of all file paths ending with `ext`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue