Drop unnecessary boolean casts after type refactor
This commit is contained in:
@@ -398,5 +398,5 @@ XTCDECL
|
||||
BOOLEAN
|
||||
Debug::SerialPortReady()
|
||||
{
|
||||
return (BOOLEAN)(SerialPort.Flags & COMPORT_FLAG_INIT);
|
||||
return (SerialPort.Flags & COMPORT_FLAG_INIT);
|
||||
}
|
||||
|
Reference in New Issue
Block a user