1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker: [noreturn] part 2 (cleanup) (#10667)

This commit is contained in:
Delyan Angelov
2021-07-05 05:05:37 +03:00
committed by GitHub
parent da9c75f2ca
commit 972542d6ee
17 changed files with 82 additions and 26 deletions

View File

@ -13,7 +13,6 @@ fn vhalt() {
[noreturn]
pub fn exit(code int) {
C.exit(code)
vhalt()
}
fn vcommithash() string {