Remove unused code

This commit is contained in:
Nabil Boutemeur 2019-02-21 12:05:09 +01:00 odevzdal GitHub
rodič e2c13d1188
revize a73bb0ffc0
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 0 přidání a 1 odebrání

Zobrazit soubor

@ -35,7 +35,6 @@ pub fn try_init() -> Result<(), ()> {
let mut state: DWORD = 0;
let mut ret: Result<(), _> = Ok(());
unsafe {
let mut e: DWORD = 0;
if GetConsoleMode(console_out, &mut state) == 0 {
ret = Err(());
}