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:
@ -13,7 +13,6 @@ fn vhalt() {
|
||||
[noreturn]
|
||||
pub fn exit(code int) {
|
||||
C.exit(code)
|
||||
vhalt()
|
||||
}
|
||||
|
||||
fn vcommithash() string {
|
||||
|
Reference in New Issue
Block a user