mirror of https://github.com/adamdruppe/arsd.git
unreachable code lolololol
This commit is contained in:
parent
a07fb24c1e
commit
09bdcb230b
|
@ -1123,11 +1123,13 @@ struct Terminal {
|
|||
}
|
||||
|
||||
if(!usingDirectEmulator) {
|
||||
version(Posix)
|
||||
version(Posix) {
|
||||
posixInitialize(type, 0, 1, null);
|
||||
else
|
||||
return;
|
||||
} else {
|
||||
throw new Exception("Total wtf - are you on a windows system without a gui?!?");
|
||||
return;
|
||||
}
|
||||
assert(0);
|
||||
}
|
||||
|
||||
tcaps = uint.max; // all capabilities
|
||||
|
|
Loading…
Reference in New Issue