os: fix unreachable code

pull/2856/head
Alexander Medvednikov 2019-11-23 21:00:20 +03:00
parent 0aa2196eec
commit ccb261f00d
1 changed files with 0 additions and 1 deletions

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