Skip to content

Commit e67e3b4

Browse files
removes commented out code
1 parent fdde958 commit e67e3b4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/windows.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -387,14 +387,6 @@ impl RawPasswordInput for RawModeInput {
387387
return Err(std::io::Error::last_os_error());
388388
}
389389

390-
// if self.output.is_console()
391-
// && let Some(handle) = self.output.handle()
392-
// {
393-
// if unsafe { SetConsoleMode(handle, ENABLE_PROCESSED_INPUT) } == 0 {
394-
// return Err(std::io::Error::last_os_error());
395-
// }
396-
// }
397-
398390
Ok(())
399391
}
400392

0 commit comments

Comments
 (0)