dead code
This commit is contained in:
parent
154855eb30
commit
00ea3e56e9
|
@ -118,13 +118,6 @@ static void printTsStats(void) {
|
|||
efiPrintf("Primary UART TX %s", hwPortname(EFI_CONSOLE_TX_BRAIN_PIN));
|
||||
#endif
|
||||
|
||||
if (false) {
|
||||
// todo: is this code needed somewhere else?
|
||||
efiPrintf("TS RX on %s", hwPortname(engineConfiguration->binarySerialRxPin));
|
||||
|
||||
efiPrintf("TS TX on %s @%d", hwPortname(engineConfiguration->binarySerialTxPin),
|
||||
engineConfiguration->tunerStudioSerialSpeed);
|
||||
}
|
||||
#endif /* EFI_PROD_CODE */
|
||||
|
||||
printErrorCounters();
|
||||
|
|
Loading…
Reference in New Issue