std/os/windows: remove subsystem detection for uefi

master
Nick Erdmann 2019-10-18 19:49:02 +02:00
parent e42d86b657
commit 8774b1d947
No known key found for this signature in database
GPG Key ID: C174038EAF6578B2
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ pub const subsystem: ?builtin.SubSystem = blk: {
break :blk builtin.SubSystem.Console;
}
},
.uefi => break :blk builtin.SubSystem.EfiApplication,
else => break :blk null,
}
};